MCPcopy 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

36namespace oid {
37
38GameObject::GameObject() {
39 pose_.set_identity();
40}
41
42void GameObject::set_stage(Stage& stage) {
43 stage_ = std::ref(stage);

Callers

nothing calls this directly

Calls 1

set_identityMethod · 0.80

Tested by

no test coverage detected