C# 클래스 TimeWarpMod.TimeSlider

상속: UIPanel
파일 보기 프로젝트 열기: lisa-lionheart/TimeWarp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
sunControl SunManager

공개 메소드들

메소드 설명
Awake ( ) : void
Update ( ) : void
timeSlider_eventDragEnd ( UIComponent component, UIMouseEventParameter eventParam ) : void
timeSlider_eventDragStart ( UIComponent component, UIDragEventParameter eventParam ) : void

비공개 메소드들

메소드 설명
ChangeTime ( UIComponent c, float val ) : void

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

timeSlider_eventDragEnd() 공개 메소드

public timeSlider_eventDragEnd ( UIComponent component, UIMouseEventParameter eventParam ) : void
component UIComponent
eventParam UIMouseEventParameter
리턴 void

timeSlider_eventDragStart() 공개 메소드

public timeSlider_eventDragStart ( UIComponent component, UIDragEventParameter eventParam ) : void
component UIComponent
eventParam UIDragEventParameter
리턴 void

프로퍼티 상세

sunControl 공개적으로 프로퍼티

public SunManager,TimeWarpMod sunControl
리턴 SunManager