BulletCSharp.btPoolAllocator.getUsedCount C# (CSharp) Method

getUsedCount() public method

public getUsedCount ( ) : int
return int
        public int getUsedCount()
        {
            int ret = LinearMathPINVOKE.btPoolAllocator_getUsedCount(swigCPtr);
            return ret;
        }