Свойство | Type | Description | |
---|---|---|---|
Delay | float | ||
DelayRandomPercent | float | ||
DelaySync | bool | ||
Operator | MBParticleMathOperatorOp | ||
RandomPercent | float | ||
RandomSign | bool | ||
Speed | float | ||
Target | MBParticleMathOperatorTarget | ||
UseDeltaTime | bool | ||
Value | Vector3 |
Méthode | Description | |
---|---|---|
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 | |
Résultat | void |
public DoOp ( float &target, float value ) : void | ||
target | float | |
value | float | |
Résultat | void |
public OnLifetime ( MBParticle, PT ) : bool | ||
PT | MBParticle, | |
Résultat | bool |
public MBParticleMathOperatorOp Operator | ||
Résultat | MBParticleMathOperatorOp |
public MBParticleMathOperatorTarget Target | ||
Résultat | MBParticleMathOperatorTarget |