Enableable components
Use enableable components to disable or enable individual components on an entity at runtime. This is useful when working with states that you expect to change frequently and unpredictably because they create less structural changes than adding or removing components.
Topic | Description |
---|---|
Enableable components overview | An overview of enableable components, which you can disable or enable at runtime. |
Using enableable components | Information about using enableable components. |