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

◆ FadeColourMult() [2/2]

float PPERequester_GameplayBase::FadeColourMult ( float x,
float y,
float deltaT )
inlineprotected

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

78 {
79 float output;
80 output = Math.Lerp( x, y, deltaT );
81 Easing.EaseInOutSine( output );
82 return output;
83 }
Icon x
Icon y

Перекрестные ссылки Easing::EaseInOutSine(), Math::Lerp(), x и y.