Enables the frame event on the EffectSound.
- Заметки
- Called from 'ValidateSoundWave' when all is successful
-
So this is effectively enabling frame event on all valid EffectSound
См. определение в файле EffectSound.c строка 433
434 {
436 {
438 }
439 else
440 {
442 }
443 }
AbstractWave m_SoundWaveObject
void SetEnableEventFrame(bool enable)
Enable Event_OnFrameUpdate for the effect.
Перекрестные ссылки m_SoundWaveObject и SetEnableEventFrame().
Используется в ValidateSoundWave().