C# 클래스 ControllerButtonManager, Malisse

상속: Observer
파일 보기 프로젝트 열기: Collegiennes/Malisse

공개 프로퍼티들

프로퍼티 타입 설명
m_ControllerButtons List

보호된 프로퍼티들

프로퍼티 타입 설명
m_MoveAvailable bool
m_SelectedButton ControllerButton,

공개 메소드들

메소드 설명
OnNotify ( ISubject subject, object args ) : void
Reset ( ) : void
SelectNewButton ( ControllerButton, button ) : void

보호된 메소드들

메소드 설명
Awake ( ) : void
SelectNewButton ( ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
ClearButtons ( ) : void
GetSelectedButton ( ) : ControllerButton,

메소드 상세

Awake() 보호된 메소드

protected Awake ( ) : void
리턴 void

OnNotify() 공개 메소드

public OnNotify ( ISubject subject, object args ) : void
subject ISubject
args object
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

SelectNewButton() 보호된 메소드

protected SelectNewButton ( ) : void
리턴 void

SelectNewButton() 공개 메소드

public SelectNewButton ( ControllerButton, button ) : void
button ControllerButton,
리턴 void

Update() 보호된 메소드

protected Update ( ) : void
리턴 void

프로퍼티 상세

m_ControllerButtons 공개적으로 프로퍼티

public List m_ControllerButtons
리턴 List

m_MoveAvailable 보호되어 있는 프로퍼티

protected bool m_MoveAvailable
리턴 bool

m_SelectedButton 보호되어 있는 프로퍼티

protected ControllerButton, m_SelectedButton
리턴 ControllerButton,