C# Класс OpenRA.Orders.GenericSelectTarget

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

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

Свойство Тип Описание
Cursor string
ExpectedButton MouseButton
OrderName string
Subjects IEnumerable

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

Метод Описание
GenericSelectTarget ( Actor subject, string order, string cursor ) : System.Collections.Generic
GenericSelectTarget ( Actor subject, string order, string cursor, MouseButton button ) : System.Collections.Generic
GenericSelectTarget ( IEnumerable subjects, string order, string cursor ) : System.Collections.Generic
GenericSelectTarget ( IEnumerable subjects, string order, string cursor, MouseButton button ) : System.Collections.Generic
GetCursor ( World world, CPos cell, int2 worldPixel, MouseInput mi ) : string
InputOverridesSelection ( World world, int2 xy, MouseInput mi ) : bool
Order ( World world, CPos cell, int2 worldPixel, MouseInput mi ) : IEnumerable

Защищенные методы

Метод Описание
OrderInner ( World world, CPos cell, MouseInput mi ) : IEnumerable

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

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

public GenericSelectTarget ( Actor subject, string order, string cursor ) : System.Collections.Generic
subject Actor
order string
cursor string
Результат System.Collections.Generic

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

public GenericSelectTarget ( Actor subject, string order, string cursor, MouseButton button ) : System.Collections.Generic
subject Actor
order string
cursor string
button MouseButton
Результат System.Collections.Generic

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

public GenericSelectTarget ( IEnumerable subjects, string order, string cursor ) : System.Collections.Generic
subjects IEnumerable
order string
cursor string
Результат System.Collections.Generic

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

public GenericSelectTarget ( IEnumerable subjects, string order, string cursor, MouseButton button ) : System.Collections.Generic
subjects IEnumerable
order string
cursor string
button MouseButton
Результат System.Collections.Generic

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

public GetCursor ( World world, CPos cell, int2 worldPixel, MouseInput mi ) : string
world World
cell CPos
worldPixel int2
mi MouseInput
Результат string

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

public InputOverridesSelection ( World world, int2 xy, MouseInput mi ) : bool
world World
xy int2
mi MouseInput
Результат bool

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

public Order ( World world, CPos cell, int2 worldPixel, MouseInput mi ) : IEnumerable
world World
cell CPos
worldPixel int2
mi MouseInput
Результат IEnumerable

OrderInner() защищенный Метод

protected OrderInner ( World world, CPos cell, MouseInput mi ) : IEnumerable
world World
cell CPos
mi MouseInput
Результат IEnumerable

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

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

protected string Cursor
Результат string

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

protected MouseButton ExpectedButton
Результат MouseButton

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

protected string OrderName
Результат string

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

protected IEnumerable Subjects
Результат IEnumerable