BulletCSharp.btHinge2Constraint.setLowerLimit C# (CSharp) Method

setLowerLimit() public method

public setLowerLimit ( float ang1min ) : void
ang1min float
return void
        public void setLowerLimit(float ang1min)
        {
            BulletDynamicsPINVOKE.btHinge2Constraint_setLowerLimit(swigCPtr, ang1min);
        }