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

SetConstraintParam2() private method

private SetConstraintParam2 ( IntPtr constrain, ConstraintParams paramIndex, float value, ConstraintParamAxis axis ) : bool
constrain IntPtr
paramIndex ConstraintParams
value float
axis ConstraintParamAxis
return bool
            public static extern bool SetConstraintParam2(IntPtr constrain, ConstraintParams paramIndex, float value,
                ConstraintParamAxis axis);
BSAPIUnman.BSAPICPP