Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/REGoth-project/REGoth
/ clearKeyframes
Method
clearKeyframes
src/logic/CameraController.cpp:597–600 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
595
}
596
597
void Logic::CameraController::clearKeyframes()
598
{
599
m_Keyframes.clear();
600
}
601
602
void Logic::CameraController::playKeyframes(float speed)
603
{
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected