ReactPhysics3D  v0.10.1
C++ Physics engine library
reactphysics3d::EntityManager Class Reference

This class is responsible to manage the entities of the ECS. More...

#include <include/reactphysics3d/engine/EntityManager.h>

Public Member Functions

 EntityManager (MemoryAllocator &allocator)
 Constructor.
 
Entity createEntity ()
 Create a new entity.
 
void destroyEntity (Entity entity)
 Destroy an entity.
 
bool isValid (Entity entity) const
 Return true if the entity is still valid (not destroyed)
 

Detailed Description

This class is responsible to manage the entities of the ECS.


The documentation for this class was generated from the following files: