DayZ 1.28
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ OnUpdateTimerOut()

void OnUpdateTimerOut ( )
protected

См. определение в файле UndergroundHandlerClient.c строка 493

494 {
496 return;
497 float value01 = m_AnimTimerLightBlend.GetValue();
498 float result = Easing.EaseOutCubic(value01);
499 m_LightingLerp = result;
500 }
ref AnimationTimer m_AnimTimerLightBlend
Определения UndergroundHandlerClient.c:19
float m_LightingLerp
Определения UndergroundHandlerClient.c:30
static float EaseOutCubic(float t)
Определения Easing.c:42
Input value between 0 and 1, returns value adjusted by easing, no automatic clamping of input(do your...
Определения Easing.c:3

Перекрестные ссылки Easing::EaseOutCubic(), m_AnimTimerLightBlend и m_LightingLerp.