C# Class SceneArcadeManager, PuzzleGameProject

Inheritance: SceneManager
Datei anzeigen Open project: Cedric-Paris/PuzzleGameProject

Public Properties

Property Type Description
currentMapGenerated GameObject
mapGeneratorPrefab GameObject

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

Property Details

currentMapGenerated public_oe property

public GameObject currentMapGenerated
return GameObject

mapGeneratorPrefab public_oe property

public GameObject mapGeneratorPrefab
return GameObject