DayZ
1.28
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
LerpVignette()
float
ShockHandler::LerpVignette
(
float
x
,
float
y
,
float
deltaT
)
inline
private
См. определение в файле
ShockHandler.c
строка
176
177
{
178
float
output;
179
output = Math.Lerp(
x
,
y
, deltaT);
180
return
output;
181
}
x
Icon x
y
Icon y
Перекрестные ссылки
Math::Lerp()
,
x
и
y
.
ShockHandler
Создано системой
1.13.2