BulletCSharp.btSimpleBroadphaseProxy.GetNextFree C# (CSharp) Method

GetNextFree() public method

public GetNextFree ( ) : int
return int
        public int GetNextFree()
        {
            int ret = BulletCollisionPINVOKE.btSimpleBroadphaseProxy_GetNextFree(swigCPtr);
            return ret;
        }