C# Класс HUDResourceEnemy, ES2015C

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

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

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

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

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

Updates the quantity of the resource in the HUD.

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

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

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

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

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

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

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

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