C# Class MBParticleMass, Pharos

Inheritance: MBParameter
Afficher le fichier Open project: rstaewen/Pharos

Méthodes publiques

Свойство Type Description
Base float
CurveBirth UnityEngine.AnimationCurve
CurveLife UnityEngine.AnimationCurve
RandomPercent float

Méthodes publiques

Méthode Description
OnBirth ( MBParticle, PT ) : void
OnLifetime ( MBParticle, PT ) : bool
Purge ( ) : void
Reset ( ) : void
Validate ( ) : void

Method Details

OnBirth() public méthode

public OnBirth ( MBParticle, PT ) : void
PT MBParticle,
Résultat void

OnLifetime() public méthode

public OnLifetime ( MBParticle, PT ) : bool
PT MBParticle,
Résultat bool

Purge() public méthode

public Purge ( ) : void
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

Validate() public méthode

public Validate ( ) : void
Résultat void

Property Details

Base public_oe property

Base mass
public float Base
Résultat float

CurveBirth public_oe property

Base curve
public AnimationCurve,UnityEngine CurveBirth
Résultat UnityEngine.AnimationCurve

CurveLife public_oe property

Lifetime curve
public AnimationCurve,UnityEngine CurveLife
Résultat UnityEngine.AnimationCurve

RandomPercent public_oe property

Random deviation from Base
public float RandomPercent
Résultat float