C# Class MBParticleVelocity, Pharos

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

Méthodes publiques

Свойство Type Description
Base float
CurveBase UnityEngine.AnimationCurve
CurveLife UnityEngine.AnimationCurve
RandomPercent float
Relative bool

Méthodes publiques

Méthode Description
OnBirth ( MBParticle, PT ) : void
OnLifetime ( MBParticle, PT ) : bool
Purge ( ) : void
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

Purge() public méthode

public Purge ( ) : void
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

Property Details

Base public_oe property

Base velocity in units/second
public float Base
Résultat float

CurveBase public_oe property

Base Velocity curve
public AnimationCurve,UnityEngine CurveBase
Résultat UnityEngine.AnimationCurve

CurveLife public_oe property

Velocity change (Relative==true) or absolute (Relative==false) velocity
public AnimationCurve,UnityEngine CurveLife
Résultat UnityEngine.AnimationCurve

RandomPercent public_oe property

Random deviation from Base
public float RandomPercent
Résultat float

Relative public_oe property

Whether CurveLife defines an acceleration or a fixed velocity
public bool Relative
Résultat bool