C# Class PalBarrier, GGJ2016

Inheritance: MonoBehaviour
Afficher le fichier Open project: netgrind/GGJ2016

Méthodes publiques

Свойство Type Description
pal PalController

Méthodes publiques

Méthode Description
OnTriggerEnter ( Collider other ) : void
OnTriggerExit ( Collider other ) : void

Method Details

OnTriggerEnter() public méthode

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

OnTriggerExit() public méthode

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

Property Details

pal public_oe property

public PalController pal
Résultat PalController