C# Class MBParticleHeading, Pharos

Inheritance: MBParameter
Show file Open project: rstaewen/Pharos

Public Properties

Property Type Description
CurveLifeX UnityEngine.AnimationCurve
CurveLifeY UnityEngine.AnimationCurve
CurveLifeZ UnityEngine.AnimationCurve
Relative bool

Public Methods

Method Description
OnLifetime ( MBParticle, PT ) : bool
Reset ( ) : void

Method Details

OnLifetime() public method

public OnLifetime ( MBParticle, PT ) : bool
PT MBParticle,
return bool

Reset() public method

public Reset ( ) : void
return void

Property Details

CurveLifeX public property

Lifetime heading curve x-axis in degrees
public AnimationCurve,UnityEngine CurveLifeX
return UnityEngine.AnimationCurve

CurveLifeY public property

Lifetime heading curve y-axis in degrees
public AnimationCurve,UnityEngine CurveLifeY
return UnityEngine.AnimationCurve

CurveLifeZ public property

Lifetime heading curve z-axis in degrees
public AnimationCurve,UnityEngine CurveLifeZ
return UnityEngine.AnimationCurve

Relative public property

Whether heading values are relative or absolute
public bool Relative
return bool