C# Class MBParticleHeading, Pharos

Inheritance: MBParameter
显示文件 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_oe property

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

CurveLifeY public_oe property

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

CurveLifeZ public_oe property

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

Relative public_oe property

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