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

◆ ResetBlurEffects()

static void PPEffects::ResetBlurEffects ( )
inlinestaticprivate

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

121 {
122 if( m_BlurValues )
123 {
124 for ( int i = 0; i < m_BlurValues.Count(); ++i )
125 {
126 m_BlurValues[i] = 0;
127 }
128 UpdateBlur();
129 }
130 }
static void UpdateBlur()
updates the blur post process effect where the resulting blur is an aggregate of all individual blur ...
Определения PPEffects.c:182
static ref array< float > m_BlurValues
Определения PPEffects.c:35

Перекрестные ссылки m_BlurValues и UpdateBlur().

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