C# 클래스 HUDAction, ES2015C

Behaviour to control the actions that a player can do over a RTSObject - button node.
상속: HUDElement
파일 보기 프로젝트 열기: jgirald/ES2015C

공개 프로퍼티들

프로퍼티 타입 설명
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