Exemplo n.º 1
0
 public static ShapeCache Transform(this ShapeCache shape, Matrix4x4 transform)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public static ShapeCache Translate(this ShapeCache shape, Vector3 position)
 {
     throw new NotImplementedException();
 }