C# Класс OpenRA.Traits.SelectableExts

Показать файл Открыть проект

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

Метод Описание
SelectionPriority ( this a ) : int
SubsetWithHighestSelectionPriority ( this actors ) : IEnumerable
WithHighestSelectionPriority ( this actors, int2 selectionPixel ) : Actor
WithHighestSelectionPriority ( this actors, int2 selectionPixel ) : OpenRA.Traits.FrozenActor

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

Метод Описание
CalculateActorSelectionPriority ( ActorInfo info, Rectangle bounds, int2 selectionPixel ) : long

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

SelectionPriority() публичный статический Метод

public static SelectionPriority ( this a ) : int
a this
Результат int

SubsetWithHighestSelectionPriority() публичный статический Метод

public static SubsetWithHighestSelectionPriority ( this actors ) : IEnumerable
actors this
Результат IEnumerable

WithHighestSelectionPriority() публичный статический Метод

public static WithHighestSelectionPriority ( this actors, int2 selectionPixel ) : Actor
actors this
selectionPixel int2
Результат Actor

WithHighestSelectionPriority() публичный статический Метод

public static WithHighestSelectionPriority ( this actors, int2 selectionPixel ) : OpenRA.Traits.FrozenActor
actors this
selectionPixel int2
Результат OpenRA.Traits.FrozenActor