C# Class HudComponent, nightmare_cooperative

Inheritance: MonoBehaviour
Exibir arquivo Open project: jonbro/nightmare_cooperative Class Usage Examples

Public Properties

Property Type Description
heart GameObject
hearts GameObject[]
portrait GameObject
potion GameObject
potions GameObject[]

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

heart public_oe property

public GameObject heart
return GameObject

hearts public_oe property

public GameObject[] hearts
return GameObject[]

portrait public_oe property

public GameObject portrait
return GameObject

potion public_oe property

public GameObject potion
return GameObject

potions public_oe property

public GameObject[] potions
return GameObject[]