コード例 #1
0
ファイル: ShapeCacheExtensions.cs プロジェクト: Kaydax/CSG
 public static ShapeCache Transform(this ShapeCache shape, Matrix4x4 transform)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
ファイル: ShapeCacheExtensions.cs プロジェクト: Kaydax/CSG
 public static ShapeCache Translate(this ShapeCache shape, Vector3 position)
 {
     throw new NotImplementedException();
 }