Example #1
0
 public unsafe static extern void GetDrive(IntPtr /*PhysXD6Joint*/ joint, PhysXD6Drive index, out float spring,
                                           out float damping, out float forceLimit, [MarshalAs(UnmanagedType.U1)] out bool acceleration);
Example #2
0
        public static unsafe extern void SetDrive( IntPtr/*PhysXD6Joint*/ joint, PhysXD6Drive index, float spring,
			float damping, float forceLimit, [MarshalAs( UnmanagedType.U1 )] bool acceleration );