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

SetConstraintEnable2() private method

private SetConstraintEnable2 ( IntPtr constrain, float numericTrueFalse ) : void
constrain IntPtr
numericTrueFalse float
return void
            public static extern void SetConstraintEnable2(IntPtr constrain, float numericTrueFalse);
BSAPIUnman.BSAPICPP