C# Class HudParentComponent, nightmare_cooperative

Inheritance: MonoBehaviour
Mostra file Open project: jonbro/nightmare_cooperative

Public Properties

Property Type Description
characters List
hud GameObject
levelDisplay UnityEngine.TextMesh

Public Methods

Method Description
GetSprite ( string spriteName ) : Sprite
Start ( ) : void
Update ( ) : void

Method Details

GetSprite() public method

public GetSprite ( string spriteName ) : Sprite
spriteName string
return Sprite

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

characters public_oe property

public List characters
return List

hud public_oe property

public GameObject hud
return GameObject

levelDisplay public_oe property

public TextMesh,UnityEngine levelDisplay
return UnityEngine.TextMesh