C# Class HudParentComponent, nightmare_cooperative

Inheritance: MonoBehaviour
Afficher le fichier Open project: jonbro/nightmare_cooperative

Méthodes publiques

Свойство Type Description
characters List
hud GameObject
levelDisplay UnityEngine.TextMesh

Méthodes publiques

Méthode Description
GetSprite ( string spriteName ) : Sprite
Start ( ) : void
Update ( ) : void

Method Details

GetSprite() public méthode

public GetSprite ( string spriteName ) : Sprite
spriteName string
Résultat Sprite

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

characters public_oe property

public List characters
Résultat List

hud public_oe property

public GameObject hud
Résultat GameObject

levelDisplay public_oe property

public TextMesh,UnityEngine levelDisplay
Résultat UnityEngine.TextMesh