C# Class TimeWarpMod.TimeSlider

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

Private Methods

Méthode Description
ChangeTime ( UIComponent c, float val ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

timeSlider_eventDragEnd() public méthode

public timeSlider_eventDragEnd ( UIComponent component, UIMouseEventParameter eventParam ) : void
component UIComponent
eventParam UIMouseEventParameter
Résultat void

timeSlider_eventDragStart() public méthode

public timeSlider_eventDragStart ( UIComponent component, UIDragEventParameter eventParam ) : void
component UIComponent
eventParam UIDragEventParameter
Résultat void

Property Details

sunControl public_oe property

public SunManager,TimeWarpMod sunControl
Résultat SunManager