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

Inheritance: IRenderAboveShroudWhenSelected, INotifySelected, INotifyBecomingIdle
Afficher le fichier Open project: pchote/OpenRA

Méthodes publiques

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

Méthode Description
INotifyBecomingIdle ( Actor a ) : void
INotifySelected ( Actor a ) : void
IRenderAboveShroudWhenSelected ( Actor self, WorldRenderer wr ) : IEnumerable

Method Details

DrawLineToTarget() public méthode

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

SetTarget() public méthode

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