MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / setFliped

Method setFliped

Source/Node/Model.cpp:118–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118void Model::setFliped(bool var) {
119 _root->setScaleX(var ? -1.0f : 1.0f);
120 Playable::setFliped(var);
121}
122
123float Model::play(uint32_t index, bool loop) {
124 Model::stop();

Callers 3

setFaceRightMethod · 0.45
setPlayableMethod · 0.45
playable_set_flipedFunction · 0.45

Calls 1

setScaleXMethod · 0.45

Tested by

no test coverage detected