C# Class OpenRA.Traits.DrawLineToTarget

Inheritance: IPostRenderSelection, INotifySelected, INotifyBecomingIdle
Afficher le fichier Open project: cjshmyr/OpenRA

Méthodes publiques

Méthode Description
DrawLineToTarget ( Actor self, DrawLineToTargetInfo info ) : System.Collections.Generic
OnBecomingIdle ( Actor a ) : void
RenderAfterWorld ( WorldRenderer wr ) : IEnumerable
Selected ( Actor a ) : void
SetTarget ( Actor self, Target target, Color c, bool display ) : void
SetTargets ( Actor self, List targets, Color c, bool display ) : void

Method Details

DrawLineToTarget() public méthode

public DrawLineToTarget ( Actor self, DrawLineToTargetInfo info ) : System.Collections.Generic
self Actor
info DrawLineToTargetInfo
Résultat System.Collections.Generic

OnBecomingIdle() public méthode

public OnBecomingIdle ( Actor a ) : void
a Actor
Résultat void

RenderAfterWorld() public méthode

public RenderAfterWorld ( WorldRenderer wr ) : IEnumerable
wr OpenRA.Graphics.WorldRenderer
Résultat IEnumerable

Selected() public méthode

public Selected ( Actor a ) : void
a Actor
Résultat void

SetTarget() public méthode

public SetTarget ( Actor self, Target target, Color c, bool display ) : void
self Actor
target Target
c System.Drawing.Color
display bool
Résultat void

SetTargets() public méthode

public SetTargets ( Actor self, List targets, Color c, bool display ) : void
self Actor
targets List
c System.Drawing.Color
display bool
Résultat void