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

Method SetPosition

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

Source from the content-addressed store, hash-verified

81 float __attribute__((noinline)) GetScale() const { return scale; }
82
83 void __attribute__((noinline)) SetPosition(const Vec3 &pos_) { pos = pos_; }
84 void __attribute__((noinline)) SetRotation(const Vec3 &rot_) { rot = rot_; }
85 void __attribute__((noinline)) SetScale(float scale_) { scale = scale_; }
86};

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected