C# Class MBParticleMathOperator, Pharos

Inheritance: MBParameter
Afficher le fichier Open project: rstaewen/Pharos

Méthodes publiques

Свойство Type Description
Delay float
DelayRandomPercent float
DelaySync bool
Operator MBParticleMathOperatorOp
RandomPercent float
RandomSign bool
Speed float
Target MBParticleMathOperatorTarget
UseDeltaTime bool
Value Vector3

Méthodes publiques

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

Method Details

DoOp() public méthode

public DoOp ( Vector3 &target, Vector3 value ) : void
target Vector3
value Vector3
Résultat void

DoOp() public méthode

public DoOp ( float &target, float value ) : void
target float
value float
Résultat void

OnBirth() public méthode

public OnBirth ( MBParticle, PT ) : void
PT MBParticle,
Résultat void

OnLifetime() public méthode

public OnLifetime ( MBParticle, PT ) : bool
PT MBParticle,
Résultat bool

OnPlay() public méthode

public OnPlay ( ) : void
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

Property Details

Delay public_oe property

Delay in seconds
public float Delay
Résultat float

DelayRandomPercent public_oe property

Random deviation from Delay
public float DelayRandomPercent
Résultat float

DelaySync public_oe property

Synchronize all particles?
public bool DelaySync
Résultat bool

Operator public_oe property

The operator used to apply the value
public MBParticleMathOperatorOp Operator
Résultat MBParticleMathOperatorOp

RandomPercent public_oe property

Random deviation from Value
public float RandomPercent
Résultat float

RandomSign public_oe property

Whether value will be randomly negative or positive
public bool RandomSign
Résultat bool

Speed public_oe property

Speed for SineWave operator
public float Speed
Résultat float

Target public_oe property

The target to apply the value to
public MBParticleMathOperatorTarget Target
Résultat MBParticleMathOperatorTarget

UseDeltaTime public_oe property

Whether deltaTime should be applied to value
public bool UseDeltaTime
Résultat bool

Value public_oe property

A Vector to apply to target
public Vector3 Value
Résultat Vector3