C# 클래스 OpenRA.Mods.Common.Widgets.UnitCommandWidget

Contains all functions that are unit-specific.
상속: OpenRA.Widgets.Widget
파일 보기 프로젝트 열기: pchote/OpenRA

공개 메소드들

메소드 설명
GetCursor ( int2 pos ) : string
GetEventBounds ( ) : Rectangle
HandleKeyPress ( KeyInput e ) : bool

비공개 메소드들

메소드 설명
PerformAttackMove ( ) : bool
PerformDeploy ( ) : bool
PerformGuard ( ) : bool
PerformKeyboardOrderOnSelection ( Order>.Func f ) : void
PerformScatter ( ) : bool
PerformStanceCycle ( ) : bool
PerformStop ( ) : bool
ProcessInput ( KeyInput e ) : bool
UnitCommandWidget ( World world, WorldRenderer worldRenderer ) : System

메소드 상세

GetCursor() 공개 메소드

public GetCursor ( int2 pos ) : string
pos int2
리턴 string

GetEventBounds() 공개 메소드

public GetEventBounds ( ) : Rectangle
리턴 System.Drawing.Rectangle

HandleKeyPress() 공개 메소드

public HandleKeyPress ( KeyInput e ) : bool
e KeyInput
리턴 bool