MCPcopy Create free account
hub / github.com/DanielChappuis/reactphysics3d / EntityManager

Method EntityManager

src/engine/EntityManager.cpp:33–36  ·  view source on GitHub ↗

Constructor

Source from the content-addressed store, hash-verified

31
32// Constructor
33EntityManager::EntityManager(MemoryAllocator& allocator)
34 :mGenerations(allocator), mFreeIndices(allocator) {
35
36}
37
38// Create a new entity
39Entity EntityManager::createEntity() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected