C# 클래스 ForestLinkedScenes

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

공개 프로퍼티들

프로퍼티 타입 설명
buttons GUIStyle

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
OnGUI ( ) : void
Start ( ) : void
clicked ( ) : void
menu ( ) : void
subscribeToSorcererInstancePublisher ( ) : void
updateMySorcerer ( Sorcerer, newSorcerer ) : void

메소드 상세

OnGUI() 공개 메소드

public OnGUI ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

clicked() 공개 메소드

public clicked ( ) : void
리턴 void

menu() 공개 메소드

public menu ( ) : void
리턴 void

subscribeToSorcererInstancePublisher() 공개 메소드

public subscribeToSorcererInstancePublisher ( ) : void
리턴 void

updateMySorcerer() 공개 메소드

public updateMySorcerer ( Sorcerer, newSorcerer ) : void
newSorcerer Sorcerer,
리턴 void

프로퍼티 상세

buttons 공개적으로 프로퍼티

public GUIStyle buttons
리턴 GUIStyle

fInitial 보호되어 있는 프로퍼티

protected Vector3 fInitial
리턴 Vector3

fPosition 보호되어 있는 프로퍼티

protected Fighter, fPosition
리턴 Fighter,

playerTag 보호되어 있는 프로퍼티

protected string playerTag
리턴 string

sInitial 보호되어 있는 프로퍼티

protected Vector3 sInitial
리턴 Vector3

sPosition 보호되어 있는 프로퍼티

protected Sorcerer, sPosition
리턴 Sorcerer,

sceneName 보호되어 있는 프로퍼티

protected string sceneName
리턴 string

teleporter 보호되어 있는 프로퍼티

protected string teleporter
리턴 string