C# Class TimeWarpMod.TimeSlider

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
timeSlider_eventDragEnd ( UIComponent component, UIMouseEventParameter eventParam ) : void
timeSlider_eventDragStart ( UIComponent component, UIDragEventParameter eventParam ) : void

Private Methods

Method Description
ChangeTime ( UIComponent c, float val ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

Update() public method

public Update ( ) : void
return void

timeSlider_eventDragEnd() public method

public timeSlider_eventDragEnd ( UIComponent component, UIMouseEventParameter eventParam ) : void
component UIComponent
eventParam UIMouseEventParameter
return void

timeSlider_eventDragStart() public method

public timeSlider_eventDragStart ( UIComponent component, UIDragEventParameter eventParam ) : void
component UIComponent
eventParam UIDragEventParameter
return void

Property Details

sunControl public_oe property

public SunManager,TimeWarpMod sunControl
return SunManager