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

◆ ForceParticleRotationRelativeToWorld()

void EffectParticle::ForceParticleRotationRelativeToWorld ( bool state)
inlineprotected

Set orientation setting to be used by the effect when the Effect starts.

Предупреждения
Only caches it into a variable to be used by Start, does not live update when called afterwards
Заметки
There is no way to update this immediately
Аргументы
statebool Whether to keep WS orientation when attaching it to parent

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

504 {
506 }
bool m_ForceRotationRelativeToWorld
Orientation setting to be used by the effect when the Effect starts.
Определения EffectParticle.c:18

Перекрестные ссылки m_ForceRotationRelativeToWorld.

Используется в AttachTo() и SEffectManager::PlayOnObject().