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

◆ OnUpdateTimerOut()

void OnUpdateTimerOut ( )
protected

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

486 {
488 return;
489 float value01 = m_AnimTimerLightBlend.GetValue();
490 float result = Easing.EaseOutCubic(value01);
491 m_LightingLerp = result;
492 }
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.