Foundation - Component Enable #11

Open
opened 2026-01-06 02:40:14 +01:00 by cat · 0 comments
Owner

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).

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).
cat added this to the Tourmaline Engine - Basics project 2026-01-06 02:40:14 +01:00
cat changed title from Foundation - Component Enabling to Foundation - Component Enable 2026-01-06 02:40:26 +01:00
cat added the Kind/Feature
Priority
Low
4
labels 2026-01-06 02:40:51 +01:00
cat moved this to In Progress in Tourmaline Engine - Basics on 2026-01-08 23:24:10 +01:00
Sign in to join this conversation.