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

ConstraintSpringEnable2() private method

private ConstraintSpringEnable2 ( IntPtr constrain, int index, float numericTrueFalse ) : bool
constrain System.IntPtr
index int
numericTrueFalse float
return bool
            public static extern bool ConstraintSpringEnable2(IntPtr constrain, int index, float numericTrueFalse);
BSAPIUnman.BSAPICPP