Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] "Disposable" flag should be a part of entity's definition not a component #15

Open
bnoazx005 opened this issue Oct 3, 2019 · 1 comment
Labels
enhancement New feature or request feature good first issue Good for newcomers
Milestone

Comments

@bnoazx005
Copy link
Owner

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.

@bnoazx005 bnoazx005 added enhancement New feature or request good first issue Good for newcomers feature labels Oct 3, 2019
@bnoazx005
Copy link
Owner Author

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.

@bnoazx005 bnoazx005 added this to the 0.5 milestone Sep 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant