BulletCSharp.btPoolAllocator.getElementSize C# (CSharp) Method

getElementSize() public method

public getElementSize ( ) : int
return int
        public int getElementSize()
        {
            int ret = LinearMathPINVOKE.btPoolAllocator_getElementSize(swigCPtr);
            return ret;
        }