| 22 | } |
| 23 | |
| 24 | void RavEngine::Entity::SyncAdds() |
| 25 | { |
| 26 | Ref<World> world(GetWorld()); |
| 27 | world->AddComponentsSpawnedEntity(addBuffer); |
| 28 | addBuffer.clear(); |
| 29 | } |
| 30 | |
| 31 | void RavEngine::Entity::SyncRemovals() |
| 32 | { |
nothing calls this directly
no test coverage detected