C# Class ParticleSim, CaseyParticlesForUnity

Inheritance: MonoBehaviour
Afficher le fichier Open project: unitycoder/CaseyParticlesForUnity Class Usage Examples

Méthodes publiques

Свойство Type Description
debugMode bool
enableDispersion bool
initialColor Color
sprite Transform

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void

Private Methods

Méthode Description
Clamp ( float Min, float Value, float Max ) : float
Clamp01 ( float Value ) : float
Clamp01MapToRange ( float Min, float t, float Max ) : float

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

debugMode public_oe property

public bool debugMode
Résultat bool

enableDispersion public_oe property

public bool enableDispersion
Résultat bool

initialColor public_oe property

public Color initialColor
Résultat Color

sprite public_oe property

public Transform sprite
Résultat Transform