C# Class Goold, ROOL

Inheritance: MonoBehaviour, IPlayerDetectorListener
Afficher le fichier Open project: Yann3D/ROOL Class Usage Examples

Méthodes publiques

Méthode Description
PlayerEnter ( GameObject player ) : void
PlayerExit ( GameObject player ) : void

Private Methods

Méthode Description
Awake ( ) : void
DestroyGoold ( bool displayNext ) : void
OnTriggerEnter ( Collider other ) : void
Start ( ) : void
Update ( ) : void

Method Details

PlayerEnter() public méthode

public PlayerEnter ( GameObject player ) : void
player GameObject
Résultat void

PlayerExit() public méthode

public PlayerExit ( GameObject player ) : void
player GameObject
Résultat void