EntropyCanvas::SceneReplicator::ComponentBinding
EntropyCanvas::SceneReplicator::ComponentBinding
Section titled “EntropyCanvas::SceneReplicator::ComponentBinding”Internal binding for a registered component. More…
Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| ComponentTrustLevel | trustLevel Trust level for security decisions. |
| std::function< void(flecs::entity)> | defaultFactory Factory to create default component. |
| flecs::id_t | componentId Flecs component ID (just an integer). |
Detailed Description
Section titled “Detailed Description”struct EntropyCanvas::SceneReplicator::ComponentBinding;Internal binding for a registered component.
Note: Schema is NOT stored here - use _schemaService->getSchema(typeHash) instead. This avoids duplication since ComponentSchemaService owns all schemas.
Public Attributes Documentation
Section titled “Public Attributes Documentation”variable trustLevel
Section titled “variable trustLevel”ComponentTrustLevel trustLevel;Trust level for security decisions.
variable defaultFactory
Section titled “variable defaultFactory”std::function< void(flecs::entity)> defaultFactory;Factory to create default component.
variable componentId
Section titled “variable componentId”flecs::id_t componentId;Flecs component ID (just an integer).
Updated on 2026-01-26 at 17:14:35 -0500