OGL Engine 1.2.0-dev
|
This is the complete list of members for Engine::ECS::Entity, including all inherited members.
AddChild(EntityID childID) | Engine::ECS::Entity | |
AddComponent(Args &&... args) | Engine::ECS::Entity | inline |
AddTag(std::string tag) | Engine::ECS::Entity | |
Entity(EntityID id=-1, Registry *registry=nullptr) | Engine::ECS::Entity | |
GetComponent() | Engine::ECS::Entity | inline |
GetComponents() | Engine::ECS::Entity | inline |
GetID() const | Engine::ECS::Entity | |
GetRegistry() const | Engine::ECS::Entity | |
HasComponent() | Engine::ECS::Entity | inline |
HasTag(std::string tag) | Engine::ECS::Entity | |
IsValid() const | Engine::ECS::Entity | |
RemoveChild(EntityID childID) | Engine::ECS::Entity | |
RemoveComponent() | Engine::ECS::Entity | inline |
RemoveParent() | Engine::ECS::Entity | |
SetParent(EntityID parentID) | Engine::ECS::Entity | |
ToString() const | Engine::ECS::Entity |