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

◆ LerpVignette()

float ShockHandler::LerpVignette ( float x,
float y,
float deltaT )
inlineprivate

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

166 {
167 float output;
168 output = Math.Lerp( x, y, deltaT );
169 return output;
170 }
Icon x
Icon y

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

Используется в Update().