MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / GameObject

Method GameObject

test/embind/embind_benchmark.cpp:91–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89class GameObject {
90public:
91 GameObject() {
92 transform = std::make_shared<Transform>();
93 }
94 std::shared_ptr<Transform> transform;
95
96 TransformPtr __attribute__((noinline)) GetTransform() const { return transform; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected