Potato Engine
Hobby Game Engine Project
|
This is the complete list of members for up::World, including all inherited members.
addComponent(EntityId entityId, Component const &component) noexcept | up::World | |
archetypes() const noexcept (defined in up::World) | up::World | |
createEntity(Components const &... components) noexcept | up::World | |
deleteEntity(EntityId entity) noexcept | up::World | |
getComponentSlow(EntityId entity) noexcept | up::World | |
getComponentSlowUnsafe(EntityId entity, ComponentId component) noexcept | up::World | |
maxArchetypeComponents | up::World | static |
maxSelectComponents | up::World | static |
operator=(World &&)=delete (defined in up::World) | up::World | |
RawSelectSignature typedef (defined in up::World) | up::World | |
removeComponent(EntityId entityId, ComponentId componentId) noexcept | up::World | |
selectRaw(view< ComponentId > sortedComponents, view< ComponentId > callbackComponents, delegate_ref< RawSelectSignature > callback) const (defined in up::World) | up::World | |
World() (defined in up::World) | up::World | |
World(World &&)=delete (defined in up::World) | up::World | |
~World() (defined in up::World) | up::World |