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