C# Class LoadLevel, GameJamTemplate

Inheritance: MonoBehaviour
Show file Open project: unitycoder/GameJamTemplate Class Usage Examples

Public Properties

Property Type Description
erasePlayerPrefs bool
useAnyKey bool

Public Methods

Method Description
Load ( int level ) : void
LoadNextLevel ( ) : void
Update ( ) : void

Method Details

Load() public method

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

LoadNextLevel() public method

public LoadNextLevel ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

erasePlayerPrefs public property

public bool erasePlayerPrefs
return bool

useAnyKey public property

public bool useAnyKey
return bool