C# 클래스 SceneTransitionHandler, MagesOfBlight

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

공개 프로퍼티들

프로퍼티 타입 설명
currentSceneName string
levelGraph Animator
onlyInBuild bool
singleton SceneTransitionHandler,

공개 메소드들

메소드 설명
LoadNextLevel ( ) : void

Tell the Scene State Machine to transition to the next level

ReloadLevel ( ) : void

Use Application.Load to load the current scene

비공개 메소드들

메소드 설명
Awake ( ) : void
CheckInputs ( ) : void
CheckReloadLevel ( ) : void
CheckSkipScene ( ) : void
Start ( ) : void
Update ( ) : void

메소드 상세

LoadNextLevel() 공개 메소드

Tell the Scene State Machine to transition to the next level
public LoadNextLevel ( ) : void
리턴 void

ReloadLevel() 공개 메소드

Use Application.Load to load the current scene
public ReloadLevel ( ) : void
리턴 void

프로퍼티 상세

currentSceneName 공개적으로 프로퍼티

public string currentSceneName
리턴 string

levelGraph 공개적으로 프로퍼티

public Animator levelGraph
리턴 Animator

onlyInBuild 공개적으로 프로퍼티

public bool onlyInBuild
리턴 bool

singleton 공개적으로 정적으로 프로퍼티

public static SceneTransitionHandler, singleton
리턴 SceneTransitionHandler,