BulletCSharp.btPoolAllocator.getElementSize C# (CSharp) 메소드

getElementSize() 공개 메소드

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