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

Method setRecovery

Source/Node/Model.cpp:303–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301}
302
303void Model::setRecovery(float var) {
304 if (var < 0.0f) {
305 var = 0.0f;
306 }
307 Playable::setRecovery(var);
308}
309
310float Model::getDuration() const noexcept {
311 if (_currentAnimation != Animation::None && !_animationGroups[_currentAnimation]->animations.empty()) {

Callers 4

runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
playable_set_recoveryFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected