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
In current implementation we have special flag, which is TDisposableComponent, that tells that marked entity should be destroyed at the end of a frame. But it's better if it would be a property of an entity rathen than its component.
The text was updated successfully, but these errors were encountered:
For now it looks like over designed feature that doesn't improve anything but introduce more complexity into the framework. It should be considered later in other releases.
Description
In current implementation we have special flag, which is TDisposableComponent, that tells that marked entity should be destroyed at the end of a frame. But it's better if it would be a property of an entity rathen than its component.
The text was updated successfully, but these errors were encountered: