BulletCSharp.btPoolAllocator.getMaxCount C# (CSharp) Method

getMaxCount() public method

public getMaxCount ( ) : int
return int
        public int getMaxCount()
        {
            int ret = LinearMathPINVOKE.btPoolAllocator_getMaxCount(swigCPtr);
            return ret;
        }