C# 클래스 RotatingMenuPanel, gmap377_leathGloves_inc

상속: MonoBehaviour
파일 보기 프로젝트 열기: bi3mer/gmap377_leathGloves_inc 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
dependsOnNameField bool
displayPanel Image
mainButton Button
screenLabel Text[]
switchButtons Button[]

공개 메소드들

메소드 설명
Start ( ) : void
Update ( ) : void
activatePanel ( ) : void
deactivatePanel ( ) : void
setPanelObjectStates ( bool active ) : void

메소드 상세

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

activatePanel() 공개 메소드

public activatePanel ( ) : void
리턴 void

deactivatePanel() 공개 메소드

public deactivatePanel ( ) : void
리턴 void

setPanelObjectStates() 공개 메소드

public setPanelObjectStates ( bool active ) : void
active bool
리턴 void

프로퍼티 상세

dependsOnNameField 공개적으로 프로퍼티

public bool dependsOnNameField
리턴 bool

displayPanel 공개적으로 프로퍼티

public Image displayPanel
리턴 Image

mainButton 공개적으로 프로퍼티

public Button mainButton
리턴 Button

screenLabel 공개적으로 프로퍼티

public Text[] screenLabel
리턴 Text[]

switchButtons 공개적으로 프로퍼티

public Button[] switchButtons
리턴 Button[]