C# Class SceneLevelManager, PuzzleGameProject

Inheritance: SceneManager
ファイルを表示 Open project: Cedric-Paris/PuzzleGameProject Class Usage Examples

Public Methods

Method Description
LoadNextScene ( ) : void
LoadPreviousScene ( ) : void
ReloadCurrentScene ( ) : void

Method Details

LoadNextScene() public method

public LoadNextScene ( ) : void
return void

LoadPreviousScene() public method

public LoadPreviousScene ( ) : void
return void

ReloadCurrentScene() public method

public ReloadCurrentScene ( ) : void
return void