C# Class GamePaused, GGJ2016

Inheritance: MonoBehaviour
Afficher le fichier Open project: azokal/GGJ2016 Class Usage Examples

Méthodes publiques

Свойство Type Description
SwitchWhenPaused GameObject[]

Méthodes publiques

Méthode Description
PauseEnable ( ) : void
SetPause ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

PauseEnable() public méthode

public PauseEnable ( ) : void
Résultat void

SetPause() public méthode

public SetPause ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

SwitchWhenPaused public_oe property

public GameObject[] SwitchWhenPaused
Résultat GameObject[]