Default implementation of IEntityIdProvider. This implementation generates Ids from 0 to 4 billion
and does not recycle Ids. If you encounter the error "The max Mesh ID has been exceeded", you can override
releaseEntityId to create a more sophisticated IdProvider to recycle Ids.
Default implementation of IEntityIdProvider. This implementation generates Ids from 0 to 4 billion and does not recycle Ids. If you encounter the error "The max Mesh ID has been exceeded", you can override releaseEntityId to create a more sophisticated IdProvider to recycle Ids.