C# Class HUDResourceEnemy, 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
resourceType RTSObject.ResourceType

Méthodes publiques

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

Updates the quantity of the resource in the HUD.

Method Details

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

resourceType public_oe property

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