Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WolfireGames/overgrowth
/ SetAbsoluteTime
Method
SetAbsoluteTime
Source/Graphics/animationreader.cpp:254–257 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
252
}
253
254
void AnimationReader::SetAbsoluteTime(float time) {
255
Animation *anm = (Animation *)&(*anim);
256
SetTime(anm->NormalizedFromLocal(time));
257
}
258
259
bool AnimationReader::GetMobile() {
260
return mobile;
Callers
1
ApplyAnimationFlags
Method · 0.80
Calls
1
NormalizedFromLocal
Method · 0.80
Tested by
no test coverage detected