C# Class MBParticleLifetime, Pharos

Inheritance: MBParameter
显示文件 Open project: rstaewen/Pharos

Public Properties

Property Type Description
Base float
Curve UnityEngine.AnimationCurve
RandomPercent float

Public Methods

Method Description
OnBirth ( MBParticle, PT ) : void
Purge ( ) : void
Reset ( ) : void

Method Details

OnBirth() public method

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

Purge() public method

public Purge ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

Property Details

Base public_oe property

Base lifetime in seconds
public float Base
return float

Curve public_oe property

Base Animation curve
public AnimationCurve,UnityEngine Curve
return UnityEngine.AnimationCurve

RandomPercent public_oe property

Random deviation from Base
public float RandomPercent
return float