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

Наследование: OpenRA.Widgets.Widget
Показать файл Открыть проект

Защищенные свойства (Protected)

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

Private Properties

Свойство Тип Описание
ApplyOrders void
CycleStatusBars bool
DrawRollover void
SelectActorsByOwnerAndSelectionClass IEnumerable
SelectActorsInBoxWithDeadzone IEnumerable
SelectActorsInWorld IEnumerable
SelectActorsOnScreen IEnumerable
ToggleMute bool
TogglePixelDouble bool
TogglePlayerStanceColors bool
WorldInteractionControllerWidget System.Collections.Generic

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

Метод Описание
Draw ( ) : void
GetCursor ( int2 screenPos ) : string
HandleKeyPress ( KeyInput e ) : bool
HandleMouseInput ( MouseInput mi ) : bool

Приватные методы

Метод Описание
ApplyOrders ( World world, MouseInput mi ) : void
CycleStatusBars ( ) : bool
DrawRollover ( Actor unit ) : void
SelectActorsByOwnerAndSelectionClass ( IEnumerable actors, Player owner, IEnumerable selectionClasses ) : IEnumerable
SelectActorsInBoxWithDeadzone ( World world, int2 a, int2 b ) : IEnumerable
SelectActorsInWorld ( World world, IEnumerable selectionClasses, Player player ) : IEnumerable
SelectActorsOnScreen ( World world, WorldRenderer wr, IEnumerable selectionClasses, Player player ) : IEnumerable
ToggleMute ( ) : bool
TogglePixelDouble ( ) : bool
TogglePlayerStanceColors ( ) : bool
WorldInteractionControllerWidget ( World world, WorldRenderer worldRenderer ) : System.Collections.Generic

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

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

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

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

public GetCursor ( int2 screenPos ) : string
screenPos int2
Результат string

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

public HandleKeyPress ( KeyInput e ) : bool
e KeyInput
Результат bool

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

public HandleMouseInput ( MouseInput mi ) : bool
mi MouseInput
Результат bool

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

World защищенное свойство

protected World World
Результат World