C# Class OpenRA.Traits.SelectableExts

Afficher le fichier Open project: pchote/OpenRA

Méthodes publiques

Méthode Description
SelectionPriority ( this a ) : int
SubsetWithHighestSelectionPriority ( this actors ) : IEnumerable
WithHighestSelectionPriority ( this actors, int2 selectionPixel ) : Actor
WithHighestSelectionPriority ( this actors, int2 selectionPixel ) : OpenRA.Traits.FrozenActor

Private Methods

Méthode Description
CalculateActorSelectionPriority ( ActorInfo info, Rectangle bounds, int2 selectionPixel ) : long

Method Details

SelectionPriority() public static méthode

public static SelectionPriority ( this a ) : int
a this
Résultat int

SubsetWithHighestSelectionPriority() public static méthode

public static SubsetWithHighestSelectionPriority ( this actors ) : IEnumerable
actors this
Résultat IEnumerable

WithHighestSelectionPriority() public static méthode

public static WithHighestSelectionPriority ( this actors, int2 selectionPixel ) : Actor
actors this
selectionPixel int2
Résultat Actor

WithHighestSelectionPriority() public static méthode

public static WithHighestSelectionPriority ( this actors, int2 selectionPixel ) : OpenRA.Traits.FrozenActor
actors this
selectionPixel int2
Résultat OpenRA.Traits.FrozenActor