C# 클래스 OpenRA.Orders.GenericSelectTarget

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

보호된 프로퍼티들

프로퍼티 타입 설명
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