C# Class HUDResourceEnemyFood, ES2015C

Shows the available quantity for a given resource on the HUD.
Inheritance: HUDElementEnemy
Show file Open project: jgirald/ES2015C

Public Properties

Property Type Description
artificialIntelligence2 Player,
resourceType RTSObject.ResourceType

Public Methods

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

Updates the quantity of the resource in the HUD.

Method Details

Awake() public method

public Awake ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

Updates the quantity of the resource in the HUD.
public Update ( ) : void
return void

Property Details

artificialIntelligence2 public property

public Player, artificialIntelligence2
return Player,

resourceType public property

The type of the resource to show the quantity of.
public RTSObject.ResourceType resourceType
return RTSObject.ResourceType