コード例 #1
0
ファイル: PShape.cs プロジェクト: adamxi/SharpDXFramework
 public PShape(PShape shape)
     : base(shape)
 {
     this.vertices = shape.vertices;
 }
コード例 #2
0
 public PShape(PShape shape) : base(shape)
 {
     this.vertices = shape.vertices;
 }