C# Class MBParticleHeading, Pharos

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

Méthodes publiques

Свойство Type Description
CurveLifeX UnityEngine.AnimationCurve
CurveLifeY UnityEngine.AnimationCurve
CurveLifeZ UnityEngine.AnimationCurve
Relative bool

Méthodes publiques

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

Method Details

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

CurveLifeX public_oe property

Lifetime heading curve x-axis in degrees
public AnimationCurve,UnityEngine CurveLifeX
Résultat UnityEngine.AnimationCurve

CurveLifeY public_oe property

Lifetime heading curve y-axis in degrees
public AnimationCurve,UnityEngine CurveLifeY
Résultat UnityEngine.AnimationCurve

CurveLifeZ public_oe property

Lifetime heading curve z-axis in degrees
public AnimationCurve,UnityEngine CurveLifeZ
Résultat UnityEngine.AnimationCurve

Relative public_oe property

Whether heading values are relative or absolute
public bool Relative
Résultat bool