C# Class Goold, ROOL

Inheritance: MonoBehaviour, IPlayerDetectorListener
ファイルを表示 Open project: Yann3D/ROOL Class Usage Examples

Public Methods

Method Description
PlayerEnter ( GameObject player ) : void
PlayerExit ( GameObject player ) : void

Private Methods

Method Description
Awake ( ) : void
DestroyGoold ( bool displayNext ) : void
OnTriggerEnter ( Collider other ) : void
Start ( ) : void
Update ( ) : void

Method Details

PlayerEnter() public method

public PlayerEnter ( GameObject player ) : void
player GameObject
return void

PlayerExit() public method

public PlayerExit ( GameObject player ) : void
player GameObject
return void