프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Delay | float | ||
DelayRandomPercent | float | ||
DelaySync | bool | ||
Operator | MBParticleMathOperatorOp | ||
RandomPercent | float | ||
RandomSign | bool | ||
Speed | float | ||
Target | MBParticleMathOperatorTarget | ||
UseDeltaTime | bool | ||
Value | Vector3 |
메소드 | 설명 | |
---|---|---|
DoOp ( Vector3 &target, Vector3 value ) : void | ||
DoOp ( float &target, float value ) : void | ||
OnBirth ( MBParticle, PT ) : void | ||
OnLifetime ( MBParticle, PT ) : bool | ||
OnPlay ( ) : void | ||
Reset ( ) : void |
public DoOp ( Vector3 &target, Vector3 value ) : void | ||
target | Vector3 | |
value | Vector3 | |
리턴 | void |