Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
MBParticleLifetime
C# Class MBParticleLifetime, Pharos
Inheritance:
MBParameter
Show file
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 property
Base lifetime in seconds
public
float
Base
return
float
Curve
public property
Base Animation curve
public
AnimationCurve,UnityEngine
Curve
return
UnityEngine.AnimationCurve
RandomPercent
public property
Random deviation from Base
public
float
RandomPercent
return
float