Beispiel #1
0
 internal static extern void PxContactStreamIteratorPtr_SET_contact(physx.PxContactStreamIteratorPtr cls, physx.PxContactPtr value);
Beispiel #2
0
 public static void Free(physx.PxContactPtr ptr)
 {
     Freer_physx_PxContactPtr(ptr);
 }
Beispiel #3
0
 internal static extern void PxContactPtr_SET_separation(physx.PxContactPtr cls, float value);
Beispiel #4
0
 internal static extern float PxContactPtr_GET_separation(physx.PxContactPtr cls);
Beispiel #5
0
 internal static extern void PxContactPtr_SET_contact(physx.PxContactPtr cls, physx.PxVec3 value);
Beispiel #6
0
 internal static extern void PxContactPtr_GET_contact(physx.PxContactPtr cls, physx.PxVec3 *GetRetRef);
Beispiel #7
0
 internal static extern void Freer_physx_PxContactPtr(physx.PxContactPtr ptr);