BulletCSharp.btPoolAllocator.getFreeCount C# (CSharp) Method

getFreeCount() public method

public getFreeCount ( ) : int
return int
        public int getFreeCount()
        {
            int ret = LinearMathPINVOKE.btPoolAllocator_getFreeCount(swigCPtr);
            return ret;
        }