C# Class LoadLevel, GameJamTemplate

Inheritance: MonoBehaviour
Afficher le fichier Open project: unitycoder/GameJamTemplate Class Usage Examples

Méthodes publiques

Свойство Type Description
erasePlayerPrefs bool
useAnyKey bool

Méthodes publiques

Méthode Description
Load ( int level ) : void
LoadNextLevel ( ) : void
Update ( ) : void

Method Details

Load() public méthode

public Load ( int level ) : void
level int
Résultat void

LoadNextLevel() public méthode

public LoadNextLevel ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

erasePlayerPrefs public_oe property

public bool erasePlayerPrefs
Résultat bool

useAnyKey public_oe property

public bool useAnyKey
Résultat bool