BEPUutilities2.ResourceManagement.BufferPool.GetBufferCount C# (CSharp) Method

GetBufferCount() public abstract method

Gets the number of buffers for a pool index. Not thread safe.
public abstract GetBufferCount ( int poolIndex ) : int
poolIndex int Index of the pool to count.
return int
        public abstract int GetBufferCount(int poolIndex);