Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ fixedUpdate
Method
fixedUpdate
Source/Basic/Scheduler.cpp:46–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
FixedFuncWrapperBase(const std::function<bool(double)>& func)
45
: func(func) { }
46
bool fixedUpdate(double deltaTime) {
47
return func(deltaTime);
48
}
49
std::function<bool(double)> func;
50
};
51
Callers
1
update
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected