C# Class LevelManager, VRDesignLab

Inheritance: MonoBehaviour
ファイルを表示 Open project: VRUX-CO/VRDesignLab Class Usage Examples

Public Methods

Method Description
FadeOutDone ( ) : void
Initialize ( GameObject fadeScreenPrefab ) : void
LoadLevel ( string levelName ) : void
LoadNextLevel ( string category ) : void
MenuItems ( string category ) : string>>.List
UnloadLevel ( string levelName ) : void

Private Methods

Method Description
AllMenuItems ( ) : string>>.List
Awake ( ) : void
BackMenuItem ( ) : string>.Dictionary
GetFadeScreen ( ) : CameraFadeScreen
IndexForLevel ( string levelName, string category ) : int
LevelNameForIndex ( int index, string category ) : string

Method Details

FadeOutDone() public method

public FadeOutDone ( ) : void
return void

Initialize() public method

public Initialize ( GameObject fadeScreenPrefab ) : void
fadeScreenPrefab GameObject
return void

LoadLevel() public method

public LoadLevel ( string levelName ) : void
levelName string
return void

LoadNextLevel() public method

public LoadNextLevel ( string category ) : void
category string
return void

MenuItems() public method

public MenuItems ( string category ) : string>>.List
category string
return string>>.List

UnloadLevel() public method

public UnloadLevel ( string levelName ) : void
levelName string
return void