Skip to content

feat: use TWorldTag with EntityRegistry to allow for further partitioning #5

Description

@ThorstenSuckow

Right now, THandles provide domain-specific partitioning of entities. On a coarser level, entities using the same handle type can reside in different worlds, identified by the TWorldTag used by the EntityRegistry. This introduces an additional level of partitioning:

World Partition (TWorldTag)
    └── Domain Partition (THandle)

As a result, multiple world partitions can use the same THandle type while remaining completely isolated from each other.

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions