C# Class HUDNumberUnitWarrior, ES2015C

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

Public Properties

Property Type Description
artificialIntelligence2 Player,
numberWarrior2 int

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

The type of the resource to show the quantity of.
public Player, artificialIntelligence2
return Player,

numberWarrior2 public property

public int numberWarrior2
return int