C# Class lightFlicker

Inheritance: MonoBehaviour
Afficher le fichier Open project: Aerolith-Studios/White-Collar

Méthodes publiques

Свойство Type Description
lowLight float
maxSpeed float
minSpeed float
myLight Light
normalLight float

Méthodes publiques

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

Private Methods

Méthode Description
Flicker ( ) : IEnumerator

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

lowLight public_oe property

public float lowLight
Résultat float

maxSpeed public_oe property

public float maxSpeed
Résultat float

minSpeed public_oe property

public float minSpeed
Résultat float

myLight public_oe property

public Light myLight
Résultat Light

normalLight public_oe property

public float normalLight
Résultat float