Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenImageDebugger/OpenImageDebugger
/ GameObject
Method
GameObject
src/visualization/game_object.cpp:38–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
namespace oid {
37
38
GameObject::GameObject() {
39
pose_.set_identity();
40
}
41
42
void GameObject::set_stage(Stage& stage) {
43
stage_ = std::ref(stage);
Callers
nothing calls this directly
Calls
1
set_identity
Method · 0.80
Tested by
no test coverage detected