C# Class MBParticleAcceleration, Pharos

Inheritance: MBParameter
Show file 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 property

Base acceleration
public float Base
return float

CurveBase public property

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

CurveLife public property

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

RandomPercent public property

Random deviation from Base
public float RandomPercent
return float