MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / ~Entity

Method ~Entity

src/Entity.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42RavEngine::Entity::~Entity(){
43 components.clear();
44 worldptr = nullptr;
45}

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected