Set local orientation for the Effectparticle to attach to when the Effect is started.
- Предупреждения
- Only caches it into a variable to be used by Start, does not live update when called afterwards
- Заметки
- Overrides the orientation set by EffectParticle.SetOrientation
- Аргументы
-
ori | vector The local orientation to use on Start |
См. определение в файле Effect.c строка 603
604 {
606 }
vector m_LocalOri
Local orientation set by SetAttachedLocalOri, only used by EffectParticle.
Перекрестные ссылки m_LocalOri.
Используется в EffectParticle::AttachTo().