C# Class MainMenuBackground, PuzzleGameProject

Inheritance: MonoBehaviour
Datei anzeigen Open project: Cedric-Paris/PuzzleGameProject Class Usage Examples

Public Properties

Property Type Description
isFirstOne bool

Public Methods

Method Description
OnLevelWasLoaded ( int level ) : void
Start ( ) : void

Method Details

OnLevelWasLoaded() public method

public OnLevelWasLoaded ( int level ) : void
level int
return void

Start() public method

public Start ( ) : void
return void

Property Details

isFirstOne public_oe property

public bool isFirstOne
return bool