C# 클래스 LevelLoaderController.LevelLoader

상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: juliancruz87/madbricks 1 사용 예제들

공개 메소드들

메소드 설명
GetTutorialOrLevelName ( int area, int level ) : string
LoadNextLevel ( ) : void
LoadPendingScene ( ) : void
LoadScene ( string levelName ) : void

비공개 메소드들

메소드 설명
Awake ( ) : void
LoadLevelAsync ( ) : IEnumerator
SaveContent ( int area, int level ) : void

메소드 상세

GetTutorialOrLevelName() 공개 정적인 메소드

public static GetTutorialOrLevelName ( int area, int level ) : string
area int
level int
리턴 string

LoadNextLevel() 공개 메소드

public LoadNextLevel ( ) : void
리턴 void

LoadPendingScene() 공개 메소드

public LoadPendingScene ( ) : void
리턴 void

LoadScene() 공개 메소드

public LoadScene ( string levelName ) : void
levelName string
리턴 void