C# 클래스 InteractiveMenuController

상속: MonoBehaviour
파일 보기 프로젝트 열기: mezosaurus/eae-project

공개 프로퍼티들

프로퍼티 타입 설명
descriptionImage Image
descriptionScores Text
descriptionScoresLabel Text
descriptionText Text
gateLeft GameObject
gateRight GameObject
gateSound UnityEngine.AudioClip
levelButtons Button[]
levelSound UnityEngine.AudioClip
levelText Text
mainButtons Button[]
menuMusic UnityEngine.AudioClip
modeButtons Button[]
optionsButtons Button[]
scoresButtons Button[]

공개 메소드들

메소드 설명
GoToHighScores ( ) : void
GoToLevelSelect ( ) : void
GoToMainMenu ( ) : void
GoToModeSelect ( ) : void
GoToOptions ( ) : void
LoadLevel ( ) : void
SetLevel ( string i_levelName ) : void
SetMode ( string i_modeName ) : void

비공개 메소드들

메소드 설명
Awake ( ) : void
DisableAllButtons ( ) : void
DisplayDescriptionScores ( string names, int scores ) : void
OnDestroy ( ) : void
UnselectAll ( ) : void
Update ( ) : void

메소드 상세

GoToHighScores() 공개 메소드

public GoToHighScores ( ) : void
리턴 void

GoToLevelSelect() 공개 메소드

public GoToLevelSelect ( ) : void
리턴 void

GoToMainMenu() 공개 메소드

public GoToMainMenu ( ) : void
리턴 void

GoToModeSelect() 공개 메소드

public GoToModeSelect ( ) : void
리턴 void

GoToOptions() 공개 메소드

public GoToOptions ( ) : void
리턴 void

LoadLevel() 공개 메소드

public LoadLevel ( ) : void
리턴 void

SetLevel() 공개 메소드

public SetLevel ( string i_levelName ) : void
i_levelName string
리턴 void

SetMode() 공개 메소드

public SetMode ( string i_modeName ) : void
i_modeName string
리턴 void

프로퍼티 상세

descriptionImage 공개적으로 프로퍼티

public Image descriptionImage
리턴 Image

descriptionScores 공개적으로 프로퍼티

public Text descriptionScores
리턴 Text

descriptionScoresLabel 공개적으로 프로퍼티

public Text descriptionScoresLabel
리턴 Text

descriptionText 공개적으로 프로퍼티

public Text descriptionText
리턴 Text

gateLeft 공개적으로 프로퍼티

public GameObject gateLeft
리턴 GameObject

gateRight 공개적으로 프로퍼티

public GameObject gateRight
리턴 GameObject

gateSound 공개적으로 프로퍼티

public AudioClip,UnityEngine gateSound
리턴 UnityEngine.AudioClip

levelButtons 공개적으로 프로퍼티

public Button[] levelButtons
리턴 Button[]

levelSound 공개적으로 프로퍼티

public AudioClip,UnityEngine levelSound
리턴 UnityEngine.AudioClip

levelText 공개적으로 프로퍼티

public Text levelText
리턴 Text

mainButtons 공개적으로 프로퍼티

public Button[] mainButtons
리턴 Button[]

menuMusic 공개적으로 프로퍼티

public AudioClip,UnityEngine menuMusic
리턴 UnityEngine.AudioClip

modeButtons 공개적으로 프로퍼티

public Button[] modeButtons
리턴 Button[]

optionsButtons 공개적으로 프로퍼티

public Button[] optionsButtons
리턴 Button[]

scoresButtons 공개적으로 프로퍼티

public Button[] scoresButtons
리턴 Button[]