C# Class LoadAfterTimeout

Inheritance: MonoBehaviour
Afficher le fichier Open project: bttfgames/shaman-says

Méthodes publiques

Свойство Type Description
LevelToLoad string
SecondsToWait int

Méthodes publiques

Méthode Description
Awake ( ) : void

Private Methods

Méthode Description
LoadLevel ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

Property Details

LevelToLoad public_oe property

public string LevelToLoad
Résultat string

SecondsToWait public_oe property

public int SecondsToWait
Résultat int