C# Class MBParticleFriction, Pharos

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
OnBirth ( MBParticle, PT ) : void
OnLifetime ( MBParticle, PT ) : bool
Reset ( ) : 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

Reset() public méthode

public Reset ( ) : void
Résultat void

Property Details

Base public_oe property

Base friction
public float Base
Résultat float

CurveBase public_oe property

Base friction curve
public AnimationCurve,UnityEngine CurveBase
Résultat UnityEngine.AnimationCurve

CurveLife public_oe property

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

RandomPercent public_oe property

Random deviation from Base
public float RandomPercent
Résultat float