C# Class endActionActivation, PGP2

Inheritance: MonoBehaviour
Afficher le fichier Open project: theiis/PGP2

Méthodes publiques

Свойство Type Description
gravitation bool
sceneToGoTo int

Méthodes publiques

Méthode Description
OnTriggerEnter ( Collider other ) : void
Start ( ) : void
Update ( ) : void
goToNextScene ( ) : void

Method Details

OnTriggerEnter() public méthode

public OnTriggerEnter ( Collider other ) : void
other Collider
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

goToNextScene() public méthode

public goToNextScene ( ) : void
Résultat void

Property Details

gravitation public_oe property

public bool gravitation
Résultat bool

sceneToGoTo public_oe property

public int sceneToGoTo
Résultat int