C# 클래스 OpenRA.Traits.LineTargetExts

파일 보기 프로젝트 열기: cjshmyr/OpenRA

공개 메소드들

메소드 설명
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

메소드 상세

SetTargetLine() 공개 정적인 메소드

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
리턴 void

SetTargetLine() 공개 정적인 메소드

public static SetTargetLine ( this self, Target target, Color color ) : void
self this
target Target
color System.Drawing.Color
리턴 void

SetTargetLine() 공개 정적인 메소드

public static SetTargetLine ( this self, Target target, Color color, bool display ) : void
self this
target Target
color System.Drawing.Color
display bool
리턴 void

SetTargetLines() 공개 정적인 메소드

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