C# Class HUDNumberCivilHouse, ES2015C

Shows the available quantity for a given resource on the HUD.
Inheritance: MonoBehaviour
ファイルを表示 Open project: jgirald/ES2015C

Public Properties

Property Type Description
artificialIntelligence2 Player,
numberCivilHouse2 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_oe property

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

numberCivilHouse2 public_oe property

public int numberCivilHouse2
return int