C# Class TimeWarpMod.SunControlGUI

Inheritance: UIPanel
Afficher le fichier Open project: lisa-lionheart/TimeWarp Class Usage Examples

Méthodes publiques

Свойство Type Description
sunControl SunManager

Méthodes publiques

Méthode Description
Awake ( ) : void
Update ( ) : void
ValueChanged ( UIComponent component, float value ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

ValueChanged() public méthode

public ValueChanged ( UIComponent component, float value ) : void
component UIComponent
value float
Résultat void

Property Details

sunControl public_oe property

public SunManager,TimeWarpMod sunControl
Résultat SunManager