C# 클래스 OpenRA.Traits.SelectableExts

파일 보기 프로젝트 열기: pchote/OpenRA

공개 메소드들

메소드 설명
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