Ejemplo n.º 1
0
 public static extern IntPtr CreateTransform([In] PhysXVec3 pos, [In] PhysXQuat rot);
Ejemplo n.º 2
0
 public static extern void GetTransformComponents(IntPtr transform, [Out] PhysXVec3 position, [Out] PhysXQuat rotation);
Ejemplo n.º 3
0
 public static extern void SetRotation(IntPtr actor, [In] PhysXQuat rotation);
Ejemplo n.º 4
0
 public static extern void GetWheelTransform(IntPtr vehicle, int wheelNum, [Out] PhysXVec3 position, [Out] PhysXQuat rotation);
Ejemplo n.º 5
0
 public static extern void GetRotation(IntPtr actor, [Out] PhysXQuat rotation);