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

◆ SetBlurMenu()

static void PPEffects::SetBlurMenu ( float value)
inlinestaticprivate

Set menu blur to a specified 'value' between 0..1.

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

221 {
222 SetBlurValue(m_BlurMenu, value);
223 UpdateBlur();
224 }
static int m_BlurMenu
Определения PPEffects.c:16
static void SetBlurValue(int index, float value)
Определения PPEffects.c:137
static void UpdateBlur()
updates the blur post process effect where the resulting blur is an aggregate of all individual blur ...
Определения PPEffects.c:182

Перекрестные ссылки m_BlurMenu, SetBlurValue() и UpdateBlur().