EntropyCanvas::SceneMembership
EntropyCanvas::SceneMembership
Section titled “EntropyCanvas::SceneMembership”Scene membership component - marks an entity as belonging to a scene. More…
#include <Scene.h>
Public Functions
Section titled “Public Functions”| Name | |
|---|---|
| ENTROPY_REGISTER_TYPE(SceneMembership ) | |
| virtual | ENTROPY_FIELD(uint64_t , sceneId ) =0 |
Detailed Description
Section titled “Detailed Description”struct EntropyCanvas::SceneMembership;Scene membership component - marks an entity as belonging to a scene.
Entities with this component are logically grouped together and can be enabled/disabled as a unit. When a scene is disabled, entities in it are not rendered or processed but can still receive updates.
Public Functions Documentation
Section titled “Public Functions Documentation”function ENTROPY_REGISTER_TYPE
Section titled “function ENTROPY_REGISTER_TYPE”ENTROPY_REGISTER_TYPE( SceneMembership)function ENTROPY_FIELD
Section titled “function ENTROPY_FIELD”virtual ENTROPY_FIELD( uint64_t , sceneId) =0Updated on 2026-01-26 at 17:14:35 -0500