Foundation - Component Enable #11
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Components, like entities, should be enable -able on run-time. This is for more fine-tune controlling. Best way to add this would be to add bool isEnabled = true to BaseComponent. Afterwards we could add 2 methods, Enabled and SetEnabled(bool) to get and control it (alternatively just make the isEnabled public, however this may conflict with engine's control).
Foundation - Component Enablingto Foundation - Component Enable