BulletCSharp.btSliderConstraint.getLinDepth C# (CSharp) Метод

getLinDepth() публичный Метод

public getLinDepth ( ) : float
Результат float
        public float getLinDepth()
        {
            float ret = BulletDynamicsPINVOKE.btSliderConstraint_getLinDepth(swigCPtr);
            return ret;
        }
btSliderConstraint