C# Class MBParticleMass, Pharos

Inheritance: MBParameter
Mostra file Open project: rstaewen/Pharos

Public Properties

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

Public Methods

Method Description
OnBirth ( MBParticle, PT ) : void
OnLifetime ( MBParticle, PT ) : bool
Purge ( ) : void
Reset ( ) : void
Validate ( ) : 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

Purge() public method

public Purge ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

Validate() public method

public Validate ( ) : void
return void

Property Details

Base public_oe property

Base mass
public float Base
return float

CurveBirth public_oe property

Base curve
public AnimationCurve,UnityEngine CurveBirth
return UnityEngine.AnimationCurve

CurveLife public_oe property

Lifetime curve
public AnimationCurve,UnityEngine CurveLife
return UnityEngine.AnimationCurve

RandomPercent public_oe property

Random deviation from Base
public float RandomPercent
return float