Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crownengine/crown
/ instance
Method
instance
src/world/scene_graph.cpp:246–249 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
244
}
245
246
TransformId SceneGraph::instance(UnitId unit)
247
{
248
return make_instance(hash_map::get(_map, unit, UINT32_MAX));
249
}
250
251
UnitId SceneGraph::owner(TransformId transform)
252
{
Callers
12
collect_units
Function · 0.45
update_scene
Method · 0.45
camera_view_matrix
Method · 0.45
reload_units
Method · 0.45
collider_create_instances
Method · 0.45
actor_create_instances
Method · 0.45
mover_create_instances
Method · 0.45
evaluate
Function · 0.45
mesh_set_skeleton
Method · 0.45
create_instances
Method · 0.45
set_instance_data
Method · 0.45
load_api
Function · 0.45
Calls
2
get
Function · 0.85
make_instance
Function · 0.70
Tested by
no test coverage detected