C# Класс HUDNumberUnitCivil, ES2015C

Shows the available quantity for a given resource on the HUD.
Наследование: MonoBehaviour
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
artificialIntelligence2 Player,
numberCivils2 int

Открытые методы

Метод Описание
Awake ( ) : void
Start ( ) : void
Update ( ) : void

Updates the quantity of the resource in the HUD.

Описание методов

Awake() публичный Метод

public Awake ( ) : void
Результат void

Start() публичный Метод

public Start ( ) : void
Результат void

Update() публичный Метод

Updates the quantity of the resource in the HUD.
public Update ( ) : void
Результат void

Описание свойств

artificialIntelligence2 публичное свойство

The type of the resource to show the quantity of.
public Player, artificialIntelligence2
Результат Player,

numberCivils2 публичное свойство

public int numberCivils2
Результат int