C# Class TimeWarpMod.SunControlGUI

Inheritance: UIPanel
Mostra file Open project: lisa-lionheart/TimeWarp Class Usage Examples

Public Properties

Property Type Description
sunControl SunManager

Public Methods

Method Description
Awake ( ) : void
Update ( ) : void
ValueChanged ( UIComponent component, float value ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

Update() public method

public Update ( ) : void
return void

ValueChanged() public method

public ValueChanged ( UIComponent component, float value ) : void
component UIComponent
value float
return void

Property Details

sunControl public_oe property

public SunManager,TimeWarpMod sunControl
return SunManager