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

Datei anzeigen Open project: pchote/OpenRA

Public Methods

Method Description
SetTargetLine ( this self, OpenRA.Traits.FrozenActor target, Color color, bool display ) : void
SetTargetLine ( this self, Target target, Color color ) : void
SetTargetLine ( this self, Target target, Color color, bool display ) : void
SetTargetLines ( this self, List targets, Color color ) : void

Method Details

SetTargetLine() public static method

public static SetTargetLine ( this self, OpenRA.Traits.FrozenActor target, Color color, bool display ) : void
self this
target OpenRA.Traits.FrozenActor
color System.Drawing.Color
display bool
return void

SetTargetLine() public static method

public static SetTargetLine ( this self, Target target, Color color ) : void
self this
target OpenRA.Traits.Target
color System.Drawing.Color
return void

SetTargetLine() public static method

public static SetTargetLine ( this self, Target target, Color color, bool display ) : void
self this
target OpenRA.Traits.Target
color System.Drawing.Color
display bool
return void

SetTargetLines() public static method

public static SetTargetLines ( this self, List targets, Color color ) : void
self this
targets List
color System.Drawing.Color
return void