C# Class HUDAction, ES2015C

Behaviour to control the actions that a player can do over a RTSObject - button node.
Inheritance: HUDElement
Afficher le fichier Open project: jgirald/ES2015C

Méthodes publiques

Свойство Type Description
ActionIndex int

Méthodes publiques

Méthode Description
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.

Method Details

ExecuteAction() public méthode

Calls the action handler in the RTSObject when the user clicks the action.
public ExecuteAction ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

Updates the object action in the HUD.
public Update ( ) : void
Résultat void

Property Details

ActionIndex public_oe property

The index of the action in the object to display.
public int ActionIndex
Résultat int