Struct ComponentManager::IComponentStorage

Nested Relationships

This struct is a nested type of Class ComponentManager.

Struct Documentation

struct IComponentStorage

Базовый интерфейс хранилища компонентов

Public Functions

virtual ~IComponentStorage() = default
virtual void removeEntity(Entity entityId) = 0

Удаляет все компоненты сущности из хранилища

Параметры:

entityId – Идентификатор сущности