示例#1
0
 internal static extern bool bool_const_PxShapePtr_getSphereGeometryPtr_PxSphereGeometry_(physx.PxShapePtr pvk_this, physx.PxSphereGeometry *pvk_geometry);
示例#2
0
 public bool getSphereGeometry(physx.PxSphereGeometry *geometry)
 {
     physx.PxShapePtr        pvk_in_this     = this;
     physx.PxSphereGeometry *pvk_in_geometry = geometry;
     return(bool_const_PxShapePtr_getSphereGeometryPtr_PxSphereGeometry_(pvk_in_this, pvk_in_geometry));
 }
示例#3
0
 internal static extern void void_PxSphereGeometry_PxSphereGeometryPtr_Ctor(physx.PxSphereGeometry *pvk_this);
示例#4
0
 internal static extern void void_PxSphereGeometry_PxSphereGeometryPtr_Ctor_float_(physx.PxSphereGeometry *pvk_this, float pvk_ir);
示例#5
0
 internal static extern bool bool_const_PxSphereGeometry_isValidPtr(physx.PxSphereGeometry *pvk_this);