コード例 #1
0
 public DigitalRuneConvexPolyhedronShape(ConvexPolyhedronShapeDescriptor descriptor)
 {
     UserData = descriptor.UserData;
 }
コード例 #2
0
 public static IConvexPolyhedronShape CreateConvexPolyhedron(this IFactory <IShape> factory,
                                                             ConvexPolyhedronShapeDescriptor descriptor)
 {
     return(factory.Create <IConvexPolyhedronShape, ConvexPolyhedronShapeDescriptor>(descriptor));
 }
コード例 #3
0
 public DefaultConvexPolyhedronShape(ConvexPolyhedronShapeDescriptor descriptor)
 {
     Descriptor = descriptor;
 }