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

getRestitutionOrthoAng() 공개 메소드

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