MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / SyncRemovals

Method SyncRemovals

src/Entity.cpp:31–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31void RavEngine::Entity::SyncRemovals()
32{
33 Ref<World> world(GetWorld());
34 world->RemoveComponentsSpawnedEntity(addBuffer);
35 removalBuffer.clear();
36}
37
38RavEngine::Entity::Entity(){
39 AddComponent<Transform>(new Transform());

Callers

nothing calls this directly

Calls 2

clearMethod · 0.45

Tested by

no test coverage detected