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

◆ LerpVignette()

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

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

177 {
178 float output;
179 output = Math.Lerp(x, y, deltaT);
180 return output;
181 }
Icon x
Icon y

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