C# Class OpenRA.Mods.Common.Traits.DrawLineToTarget

Inheritance: IRenderAboveShroudWhenSelected, INotifySelected, INotifyBecomingIdle
Exibir arquivo Open project: pchote/OpenRA

Public Methods

Method Description
DrawLineToTarget ( Actor self, DrawLineToTargetInfo info ) : System.Collections.Generic
SetTarget ( Actor self, Target target, Color c, bool display ) : void
SetTargets ( Actor self, List targets, Color c, bool display ) : void

Private Methods

Method Description
INotifyBecomingIdle ( Actor a ) : void
INotifySelected ( Actor a ) : void
IRenderAboveShroudWhenSelected ( Actor self, WorldRenderer wr ) : IEnumerable

Method Details

DrawLineToTarget() public method

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

SetTarget() public method

public SetTarget ( Actor self, Target target, Color c, bool display ) : void
self Actor
target OpenRA.Traits.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