Update GameWorld
to support object Handle
s and Id
versioning
#244
Labels
Milestone
GameWorld
to support object Handle
s and Id
versioning
#244
Summary
The
GameWorld
is the gatekeeper for allGameObject
instances. It needs to be able to keep track of objectId
invalidation (as in, when an object has been destroyed, its version number is incremented, which invalidates any existingHandle
orId
pointing to the old version).The text was updated successfully, but these errors were encountered: