C# Class HUDResourceEnemyFood, ES2015C

Shows the available quantity for a given resource on the HUD.
Inheritance: HUDElementEnemy
Afficher le fichier Open project: jgirald/ES2015C

Méthodes publiques

Свойство Type Description
artificialIntelligence2 Player,
resourceType RTSObject.ResourceType

Méthodes publiques

Méthode Description
Awake ( ) : void
Start ( ) : void
Update ( ) : void

Updates the quantity of the resource in the HUD.

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

Updates the quantity of the resource in the HUD.
public Update ( ) : void
Résultat void

Property Details

artificialIntelligence2 public_oe property

public Player, artificialIntelligence2
Résultat Player,

resourceType public_oe property

The type of the resource to show the quantity of.
public RTSObject.ResourceType resourceType
Résultat RTSObject.ResourceType