C# Class MBParticleOrientation, Pharos

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

Méthodes publiques

Свойство Type Description
ArcRange float
Base float
FixedRandomPercent float
FixedRandomSign bool
FixedTurnSpeed float
Mode MBOrientationMode
Offset float

Méthodes publiques

Méthode Description
OnBirth ( MBParticle, PT ) : void
OnLifetime ( MBParticle, PT ) : bool
Reset ( ) : void

Method Details

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

Reset() public méthode

public Reset ( ) : void
Résultat void

Property Details

ArcRange public_oe property

Random angle in degrees offset to Base
public float ArcRange
Résultat float

Base public_oe property

Base orientation in degrees
public float Base
Résultat float

FixedRandomPercent public_oe property

Random deviation from FixedTurnSpeed
Only available when Mode is set to MBOrientationMode.Turn
public float FixedRandomPercent
Résultat float

FixedRandomSign public_oe property

Random direction for FixedTurnSpeed
Only available when Mode is set to MBOrientationMode.Turn
public bool FixedRandomSign
Résultat bool

FixedTurnSpeed public_oe property

Angular Velocity in degrees/second
Only available when Mode is set to MBOrientationMode.Turn
public float FixedTurnSpeed
Résultat float

Mode public_oe property

Orientation Mode used when AnimatedLife is true
public MBOrientationMode Mode
Résultat MBOrientationMode

Offset public_oe property

Offset rotates source texture before calculating anything else
public float Offset
Résultat float