C# Class MBParticleAcceleration, Pharos

Inheritance: MBParameter
Datei anzeigen Open project: rstaewen/Pharos

Public Properties

Property Type Description
Base float
CurveBase UnityEngine.AnimationCurve
CurveLife UnityEngine.AnimationCurve
RandomPercent float

Public Methods

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

Method Details

OnBirth() public method

public OnBirth ( MBParticle, PT ) : void
PT MBParticle,
return void

OnLifetime() public method

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

Reset() public method

public Reset ( ) : void
return void

Property Details

Base public_oe property

Base acceleration
public float Base
return float

CurveBase public_oe property

Base acceleration curve
public AnimationCurve,UnityEngine CurveBase
return UnityEngine.AnimationCurve

CurveLife public_oe property

Lifetime acceleration curve
public AnimationCurve,UnityEngine CurveLife
return UnityEngine.AnimationCurve

RandomPercent public_oe property

Random deviation from Base
public float RandomPercent
return float