BulletCSharp.btCollisionObject.getContactProcessingThreshold C# (CSharp) Method

getContactProcessingThreshold() public method

public getContactProcessingThreshold ( ) : float
return float
        public float getContactProcessingThreshold()
        {
            float ret = BulletCollisionPINVOKE.btCollisionObject_getContactProcessingThreshold(swigCPtr);
            return ret;
        }