C# Class SceneEditorManager, PuzzleGameProject

Inheritance: SceneManager
Mostra file Open project: Cedric-Paris/PuzzleGameProject

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