C# 클래스 SidePanel, Unity-SRPG

A UI Panel which slides on and off the screen along the side of the window.
상속: MonoBehaviour
파일 보기 프로젝트 열기: Policenaut/Unity-SRPG 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
easingControl EasingControl,
rt UnityEngine.RectTransform

공개 메소드들

메소드 설명
Toggle ( bool visible ) : void

보호된 메소드들

메소드 설명
Awake ( ) : void
OnDisable ( ) : void
OnEasingUpdate ( object sender, EventArgs e ) : void
OnEnable ( ) : void
OnFire ( object sender, InfoEventArgs e ) : void
OnMove ( object sender, InfoEventArgs e ) : void

메소드 상세

Awake() 보호된 메소드

protected Awake ( ) : void
리턴 void

OnDisable() 보호된 메소드

protected OnDisable ( ) : void
리턴 void

OnEasingUpdate() 보호된 메소드

protected OnEasingUpdate ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

OnEnable() 보호된 메소드

protected OnEnable ( ) : void
리턴 void

OnFire() 보호된 메소드

protected OnFire ( object sender, InfoEventArgs e ) : void
sender object
e InfoEventArgs
리턴 void

OnMove() 보호된 메소드

protected OnMove ( object sender, InfoEventArgs e ) : void
sender object
e InfoEventArgs
리턴 void

Toggle() 공개 메소드

public Toggle ( bool visible ) : void
visible bool
리턴 void

프로퍼티 상세

easingControl 보호되어 있는 프로퍼티

protected EasingControl, easingControl
리턴 EasingControl,

rt 보호되어 있는 프로퍼티

protected RectTransform,UnityEngine rt
리턴 UnityEngine.RectTransform