C# Класс HUDResourceEnemyWood, ES2015C

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

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

Свойство Тип Описание
artificialIntelligence2 Player,
resourceType RTSObject.ResourceType

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

Метод Описание
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 публичное свойство

public Player, artificialIntelligence2
Результат Player,

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

The type of the resource to show the quantity of.
public RTSObject.ResourceType resourceType
Результат RTSObject.ResourceType