MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / remove_resource

Method remove_resource

modules/engine/runtime/src/ecs/scheduler.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31void sugoi::scheduler_t::remove_resource(sugoi_entity_t id)
32{
33 registry.free_entities(&id, 1);
34}
35
36bool sugoi::scheduler_t::is_main_thread(const sugoi_storage_t* storage)
37{

Callers 1

sugoiJ_remove_resourceFunction · 0.80

Calls 1

free_entitiesMethod · 0.80

Tested by

no test coverage detected