コード例 #1
0
ファイル: BeamRenderable.cs プロジェクト: CH4Code/OpenRA
 public BeamRenderable(WPos pos, int zOffset, WVec length, BeamRenderableShape shape, WDist width, Color color)
 {
     this.pos = pos;
     this.zOffset = zOffset;
     this.length = length;
     this.shape = shape;
     this.width = width;
     this.color = color;
 }
コード例 #2
0
ファイル: BeamRenderable.cs プロジェクト: huwpascoe/OpenRA
 public BeamRenderable(WPos pos, int zOffset, WVec length, BeamRenderableShape shape, WDist width, Color color)
 {
     this.pos     = pos;
     this.zOffset = zOffset;
     this.length  = length;
     this.shape   = shape;
     this.width   = width;
     this.color   = color;
 }