You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It could either mimic value semantic (i.e. on const Handle does not allow to modify the Entity) or have reference semantic (const Handle only means the handle cannot be assigned to reference a different Entity).
The matter may be complicated by the fact we have two levels of mutation on a logical Entity.
Existing components' values mutation
adding/removing components (removing all components == erasing the Entity itself)
The text was updated successfully, but these errors were encountered:
It could either mimic value semantic (i.e. on const Handle does not allow to modify the Entity) or have reference semantic (const Handle only means the handle cannot be assigned to reference a different Entity).
The matter may be complicated by the fact we have two levels of mutation on a logical Entity.
The text was updated successfully, but these errors were encountered: