示例#1
0
 private extern static unsafe CPhyShape.NativePointer SDK_PhyContext_CreateShapeTriMesh(NativePointer self, CPhyMaterial.NativePointer material, Support.CBlobObject.NativePointer blob, Vector3 *scale, Quaternion *scaleRot);
示例#2
0
 private extern static CPhyShape.NativePointer SDK_PhyContext_CreateShapeCapsule(NativePointer self, CPhyMaterial.NativePointer material, float radius, float halfHeight);
示例#3
0
 private extern static CPhyShape.NativePointer SDK_PhyContext_CreateShapeSphere(NativePointer self, CPhyMaterial.NativePointer material, float radius);
示例#4
0
 private extern static CPhyShape.NativePointer SDK_PhyContext_CreateShapeBox(NativePointer self, CPhyMaterial.NativePointer material, float width, float height, float length);
示例#5
0
 private extern static CPhyShape.NativePointer SDK_PhyContext_CreateShapePlane(NativePointer self, CPhyMaterial.NativePointer material);
示例#6
0
 private extern static void SDK_PhyControllerDesc_SetMaterial(NativePointer self, CPhyMaterial.NativePointer mtl);