示例#1
0
 internal static extern bool bool_const_PxShapePtr_getPlaneGeometryPtr_PxPlaneGeometry_(physx.PxShapePtr pvk_this, physx.PxPlaneGeometry *pvk_geometry);
 internal static extern bool bool_const_PxPlaneGeometry_isValidPtr(physx.PxPlaneGeometry *pvk_this);
示例#3
0
 public bool getPlaneGeometry(physx.PxPlaneGeometry *geometry)
 {
     physx.PxShapePtr       pvk_in_this     = this;
     physx.PxPlaneGeometry *pvk_in_geometry = geometry;
     return(bool_const_PxShapePtr_getPlaneGeometryPtr_PxPlaneGeometry_(pvk_in_this, pvk_in_geometry));
 }
 internal static extern void void_PxPlaneGeometry_PxPlaneGeometryPtr_Ctor(physx.PxPlaneGeometry *pvk_this);