Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
118
void Model::setFliped(bool var) {
119
_root->setScaleX(var ? -1.0f : 1.0f);
120
Playable::setFliped(var);
121
}
122
123
float Model::play(uint32_t index, bool loop) {
124
Model::stop();
Callers
3
setFaceRight
Method · 0.45
setPlayable
Method · 0.45
playable_set_fliped
Function · 0.45
Calls
1
setScaleX
Method · 0.45
Tested by
no test coverage detected