BulletCSharp.btSliderConstraint.getRestitutionOrthoLin C# (CSharp) 메소드

getRestitutionOrthoLin() 공개 메소드

public getRestitutionOrthoLin ( ) : float
리턴 float
        public float getRestitutionOrthoLin()
        {
            float ret = BulletDynamicsPINVOKE.btSliderConstraint_getRestitutionOrthoLin(swigCPtr);
            return ret;
        }
btSliderConstraint