MCPcopy 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
220void AppBase::privateSetup__()
221{
222 mTimeline->stepTo( static_cast<float>( getElapsedSeconds() ) );
223
224 setup();
225}
226
227void AppBase::privateUpdate__()
228{

Callers 5

runMethod · 0.80
runMethod · 0.80
setupMethod · 0.80
runMethod · 0.80
runMethod · 0.80

Calls 3

setupFunction · 0.85
getElapsedSecondsFunction · 0.50
stepToMethod · 0.45

Tested by

no test coverage detected