C# Class OpenRA.Traits.DrawLineToTarget

Inheritance: IPostRenderSelection, INotifySelected, INotifyBecomingIdle
Mostrar archivo Open project: cjshmyr/OpenRA

Public Methods

Method 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 method

public DrawLineToTarget ( Actor self, DrawLineToTargetInfo info ) : System.Collections.Generic
self Actor
info DrawLineToTargetInfo
return System.Collections.Generic

OnBecomingIdle() public method

public OnBecomingIdle ( Actor a ) : void
a Actor
return void

RenderAfterWorld() public method

public RenderAfterWorld ( WorldRenderer wr ) : IEnumerable
wr OpenRA.Graphics.WorldRenderer
return IEnumerable

Selected() public method

public Selected ( Actor a ) : void
a Actor
return void

SetTarget() public method

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

SetTargets() public method

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