Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WolfireGames/overgrowth
/ SetLastRotation
Method
SetLastRotation
Source/Graphics/animationreader.cpp:319–321 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
317
}
318
319
void AnimationReader::SetLastRotation(float val) {
320
last_rotation = val;
321
}
322
323
float AnimationReader::GetLastRotation() {
324
return last_rotation;
Callers
1
ApplyAnimationFlags
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected