Property | Type | Description | |
---|---|---|---|
Cursor | string | ||
ExpectedButton | MouseButton | ||
OrderName | string | ||
Subjects | IEnumerable |
Method | Description | |
---|---|---|
GenericSelectTarget ( Actor subject, string order, string cursor ) : System.Collections.Generic | ||
GenericSelectTarget ( Actor subject, string order, string cursor, MouseButton button ) : System.Collections.Generic | ||
GenericSelectTarget ( IEnumerable |
||
GenericSelectTarget ( IEnumerable |
||
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 |
Method | Description | |
---|---|---|
OrderInner ( World world, CPos cell, MouseInput mi ) : IEnumerable |
public GenericSelectTarget ( Actor subject, string order, string cursor ) : System.Collections.Generic | ||
subject | Actor | |
order | string | |
cursor | string | |
return | System.Collections.Generic |
public GenericSelectTarget ( Actor subject, string order, string cursor, MouseButton button ) : System.Collections.Generic | ||
subject | Actor | |
order | string | |
cursor | string | |
button | MouseButton | |
return | System.Collections.Generic |
public GenericSelectTarget ( IEnumerable |
||
subjects | IEnumerable |
|
order | string | |
cursor | string | |
return | System.Collections.Generic |
public GenericSelectTarget ( IEnumerable |
||
subjects | IEnumerable |
|
order | string | |
cursor | string | |
button | MouseButton | |
return | System.Collections.Generic |
public GetCursor ( World world, CPos cell, int2 worldPixel, MouseInput mi ) : string | ||
world | World | |
cell | CPos | |
worldPixel | int2 | |
mi | MouseInput | |
return | string |
public InputOverridesSelection ( World world, int2 xy, MouseInput mi ) : bool | ||
world | World | |
xy | int2 | |
mi | MouseInput | |
return | bool |
public Order ( World world, CPos cell, int2 worldPixel, MouseInput mi ) : IEnumerable |
||
world | World | |
cell | CPos | |
worldPixel | int2 | |
mi | MouseInput | |
return | IEnumerable |
protected OrderInner ( World world, CPos cell, MouseInput mi ) : IEnumerable |
||
world | World | |
cell | CPos | |
mi | MouseInput | |
return | IEnumerable |