C# 클래스 DungeonToForest

상속: SceneManager
파일 보기 프로젝트 열기: marouen-lamiri/Second-Soul

공개 프로퍼티들

프로퍼티 타입 설명
buttons GUIStyle

보호된 프로퍼티들

프로퍼티 타입 설명
fPosition Fighter,
greeting string
playerTag string
sPosition Sorcerer,
sceneName string
teleporter string

공개 메소드들

메소드 설명
OnGUI ( ) : void
Start ( ) : void
clicked ( ) : void
menu ( ) : void

메소드 상세

OnGUI() 공개 메소드

public OnGUI ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

clicked() 공개 메소드

public clicked ( ) : void
리턴 void

menu() 공개 메소드

public menu ( ) : void
리턴 void

프로퍼티 상세

buttons 공개적으로 프로퍼티

public GUIStyle buttons
리턴 GUIStyle

fPosition 보호되어 있는 프로퍼티

protected Fighter, fPosition
리턴 Fighter,

greeting 보호되어 있는 프로퍼티

protected string greeting
리턴 string

playerTag 보호되어 있는 프로퍼티

protected string playerTag
리턴 string

sPosition 보호되어 있는 프로퍼티

protected Sorcerer, sPosition
리턴 Sorcerer,

sceneName 보호되어 있는 프로퍼티

protected string sceneName
리턴 string

teleporter 보호되어 있는 프로퍼티

protected string teleporter
리턴 string