Acheron
Loading...
Searching...
No Matches
acheron::ecs::IComponentArray Struct Reference

Interface for component arrays. More...

#include <component_array.hpp>

Inheritance diagram for acheron::ecs::IComponentArray:
acheron::ecs::ComponentArray< T >

Public Member Functions

virtual void EntityDespawned (Entity entity)
 Called when an entity is despawned.

Detailed Description

Interface for component arrays.

Member Function Documentation

◆ EntityDespawned()

virtual void acheron::ecs::IComponentArray::EntityDespawned ( Entity entity)
inlinevirtual

Called when an entity is despawned.

Reimplemented in acheron::ecs::ComponentArray< T >.


The documentation for this struct was generated from the following file: