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

getFreeCount() 공개 메소드

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