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