Universe.Physics.BulletSPlugin.BSAPIUnman.BSAPICPP.RemoveConstraintRef2 C# (CSharp) Method

RemoveConstraintRef2() private method

private RemoveConstraintRef2 ( IntPtr obj, IntPtr constrain ) : void
obj System.IntPtr
constrain System.IntPtr
return void
            public static extern void RemoveConstraintRef2(IntPtr obj, IntPtr constrain);
BSAPIUnman.BSAPICPP