MCPcopy Create free account
hub / github.com/carbonengine/trinity / Update

Method Update

trinity/Wod/WodBakingScene.cpp:131–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131void WodBakingScene::Update( Be::Time realTime, Be::Time simTime )
132{
133 if( m_skinnedObject )
134 {
135 m_skinnedObject->PrePhysicsUpdate( simTime );
136 m_skinnedObject->PostPhysicsUpdate( simTime, NULL );
137 }
138}

Callers

nothing calls this directly

Calls 2

PrePhysicsUpdateMethod · 0.45
PostPhysicsUpdateMethod · 0.45

Tested by

no test coverage detected