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

HingeSetLimits2() private method

private HingeSetLimits2 ( IntPtr constrain, float low, float high, float softness, float bias, float relaxation ) : bool
constrain System.IntPtr
low float
high float
softness float
bias float
relaxation float
return bool
            public static extern bool HingeSetLimits2(IntPtr constrain, float low, float high, float softness, float bias, float relaxation);
BSAPIUnman.BSAPICPP