Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddiakopoulos/polymer
/ destroy
Method
destroy
libraries/lib-engine/src/scene.cpp:15–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
}
14
15
void scene::destroy(entity e)
16
{
17
if (e == kInvalidEntity) return;
18
}
19
20
void scene::import_environment(const std::string & import_path)
21
{
Callers
2
delete_selected_entity
Function · 0.45
lib-engine-tests.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected