C# Класс HUDAction, ES2015C

Behaviour to control the actions that a player can do over a RTSObject - button node.
Наследование: HUDElement
Показать файл Открыть проект

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

Свойство Тип Описание
ActionIndex int

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

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

Calls the action handler in the RTSObject when the user clicks the action.

Start ( ) : void
Update ( ) : void

Updates the object action in the HUD.

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

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

Calls the action handler in the RTSObject when the user clicks the action.
public ExecuteAction ( ) : void
Результат void

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

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

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

Updates the object action in the HUD.
public Update ( ) : void
Результат void

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

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

The index of the action in the object to display.
public int ActionIndex
Результат int