BulletCSharp.btSliderConstraint.getLinDepth C# (CSharp) Méthode

getLinDepth() public méthode

public getLinDepth ( ) : float
Résultat float
        public float getLinDepth()
        {
            float ret = BulletDynamicsPINVOKE.btSliderConstraint_getLinDepth(swigCPtr);
            return ret;
        }
btSliderConstraint