C# Class OpenRA.Orders.GenericSelectTarget

Inheritance: IOrderGenerator
Afficher le fichier Open project: pchote/OpenRA

Protected Properties

Свойство Type Description
Cursor string
ExpectedButton MouseButton
OrderName string
Subjects IEnumerable

Méthodes publiques

Méthode 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 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

Méthodes protégées

Méthode Description
OrderInner ( World world, CPos cell, MouseInput mi ) : IEnumerable

Method Details

GenericSelectTarget() public méthode

public GenericSelectTarget ( Actor subject, string order, string cursor ) : System.Collections.Generic
subject Actor
order string
cursor string
Résultat System.Collections.Generic

GenericSelectTarget() public méthode

public GenericSelectTarget ( Actor subject, string order, string cursor, MouseButton button ) : System.Collections.Generic
subject Actor
order string
cursor string
button MouseButton
Résultat System.Collections.Generic

GenericSelectTarget() public méthode

public GenericSelectTarget ( IEnumerable subjects, string order, string cursor ) : System.Collections.Generic
subjects IEnumerable
order string
cursor string
Résultat System.Collections.Generic

GenericSelectTarget() public méthode

public GenericSelectTarget ( IEnumerable subjects, string order, string cursor, MouseButton button ) : System.Collections.Generic
subjects IEnumerable
order string
cursor string
button MouseButton
Résultat System.Collections.Generic

GetCursor() public méthode

public GetCursor ( World world, CPos cell, int2 worldPixel, MouseInput mi ) : string
world World
cell CPos
worldPixel int2
mi MouseInput
Résultat string

InputOverridesSelection() public méthode

public InputOverridesSelection ( World world, int2 xy, MouseInput mi ) : bool
world World
xy int2
mi MouseInput
Résultat bool

Order() public méthode

public Order ( World world, CPos cell, int2 worldPixel, MouseInput mi ) : IEnumerable
world World
cell CPos
worldPixel int2
mi MouseInput
Résultat IEnumerable

OrderInner() protected méthode

protected OrderInner ( World world, CPos cell, MouseInput mi ) : IEnumerable
world World
cell CPos
mi MouseInput
Résultat IEnumerable

Property Details

Cursor protected_oe property

protected string Cursor
Résultat string

ExpectedButton protected_oe property

protected MouseButton ExpectedButton
Résultat MouseButton

OrderName protected_oe property

protected string OrderName
Résultat string

Subjects protected_oe property

protected IEnumerable Subjects
Résultat IEnumerable