Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenImageDebugger/OpenImageDebugger
/ add_component
Method
add_component
src/visualization/game_object.cpp:73–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
void GameObject::add_component(const std::string& component_name,
74
const std::shared_ptr<Component>& component) {
75
all_components_[component_name] = component;
76
}
77
78
mat4 GameObject::get_pose() {
79
return pose_;
Callers
1
initialize
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected