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

RemoveConstraintFromWorld2() private method

private RemoveConstraintFromWorld2 ( IntPtr world, IntPtr constrain ) : bool
world System.IntPtr
constrain System.IntPtr
return bool
            public static extern bool RemoveConstraintFromWorld2(IntPtr world, IntPtr constrain);
BSAPIUnman.BSAPICPP