Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinder/Cinder
/ privateSetup__
Method
privateSetup__
src/cinder/app/AppBase.cpp:220–225 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
218
}
219
220
void AppBase::privateSetup__()
221
{
222
mTimeline->stepTo( static_cast<float>( getElapsedSeconds() ) );
223
224
setup();
225
}
226
227
void AppBase::privateUpdate__()
228
{
Callers
5
run
Method · 0.80
run
Method · 0.80
setup
Method · 0.80
run
Method · 0.80
run
Method · 0.80
Calls
3
setup
Function · 0.85
getElapsedSeconds
Function · 0.50
stepTo
Method · 0.45
Tested by
no test coverage detected