コード例 #1
0
ファイル: MTypes.cs プロジェクト: ehalferty/ICBINGTKR
 public BrushFace(IntPlane plane, Texture texture)
 {
     this.plane = plane; this.texture = texture;
 }
コード例 #2
0
ファイル: MTypes.cs プロジェクト: ehalferty/ICBINGTKR
 public BrushFace(IntPlane plane)
     : this(plane, DEFAULT_TEXTURE)
 {
 }