C# 클래스 Menu_Controller, urban-survivors

상속: MonoBehaviour
파일 보기 프로젝트 열기: exdev/urban-survivors 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
btnBack UIButton,
btnCollect UIButton,
btnKill UIButton,
btnMP UIButton,
btnSP UIButton,
firstPanelWithBack UIPanel,
mainMenu UIPanelManager,
startUp UIPanel,
titleImage GameObject

보호된 프로퍼티들

프로퍼티 타입 설명
options GameObject

공개 메소드들

메소드 설명
Awake ( ) : void
Begin ( ) : void
getBack ( ) : void
missionCollect ( ) : void
missionKill ( ) : void
moveForward ( ) : void
multiPlayer ( ) : void
singlePlayer ( ) : void
startLoading ( ) : void
startMenu ( ) : void

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

Begin() 공개 메소드

public Begin ( ) : void
리턴 void

getBack() 공개 메소드

public getBack ( ) : void
리턴 void

missionCollect() 공개 메소드

public missionCollect ( ) : void
리턴 void

missionKill() 공개 메소드

public missionKill ( ) : void
리턴 void

moveForward() 공개 메소드

public moveForward ( ) : void
리턴 void

multiPlayer() 공개 메소드

public multiPlayer ( ) : void
리턴 void

singlePlayer() 공개 메소드

public singlePlayer ( ) : void
리턴 void

startLoading() 공개 메소드

public startLoading ( ) : void
리턴 void

startMenu() 공개 메소드

public startMenu ( ) : void
리턴 void

프로퍼티 상세

btnBack 공개적으로 프로퍼티

public UIButton, btnBack
리턴 UIButton,

btnCollect 공개적으로 프로퍼티

public UIButton, btnCollect
리턴 UIButton,

btnKill 공개적으로 프로퍼티

public UIButton, btnKill
리턴 UIButton,

btnMP 공개적으로 프로퍼티

public UIButton, btnMP
리턴 UIButton,

btnSP 공개적으로 프로퍼티

public UIButton, btnSP
리턴 UIButton,

firstPanelWithBack 공개적으로 프로퍼티

public UIPanel, firstPanelWithBack
리턴 UIPanel,

mainMenu 공개적으로 프로퍼티

public UIPanelManager, mainMenu
리턴 UIPanelManager,

options 보호되어 있는 프로퍼티

protected GameObject options
리턴 GameObject

startUp 공개적으로 프로퍼티

public UIPanel, startUp
리턴 UIPanel,

titleImage 공개적으로 프로퍼티

public GameObject titleImage
리턴 GameObject