C# Класс OpenRA.Mods.Common.Widgets.UnitCommandWidget

Contains all functions that are unit-specific.
Наследование: OpenRA.Widgets.Widget
Показать файл Открыть проект

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

Метод Описание
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