Namespace Ghost.Entities
Classes
- ComponentTypeID<T>
Provides a unique identifier for the specified unmanaged component space.
- EntityManager
A manager for creating, destroying, and managing entities and their components.
Structs
- ChunkView
Provides a read-only view over a chunk of entities and their component data within an archetype.
- ComponentSet
Represents an immutable set of component identifiers used to define a group of components within an entity or system.
- EntityQuery.ChunkIterator
Provides an enumerator for iterating over chunks of entities and their component data that match a set of archetypes within a world.