C# Class LoadCourtScene, 285_02_FA15G2

Inheritance: MonoBehaviour
Exibir arquivo Open project: selu285-2015/285_02_FA15G2

Public Properties

Property Type Description
h HighScores,
p PlayerInventory,
player GameObject

Public Methods

Method Description
OnTriggerStay ( Collider PickBerries ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnTriggerStay() public method

public OnTriggerStay ( Collider PickBerries ) : void
PickBerries Collider
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

h public_oe property

public HighScores, h
return HighScores,

p public_oe property

public PlayerInventory, p
return PlayerInventory,

player public_oe property

public GameObject player
return GameObject