MCPcopy Create free account
hub / github.com/begla/Intrinsic / dispatchSimulation

Method dispatchSimulation

IntrinsicCore/src/IntrinsicCorePhysicsSystem.cpp:141–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139// <-
140
141void System::dispatchSimulation(float p_DeltaT)
142{
143 _INTR_PROFILE_CPU("Physics", "Dispatch Simulation");
144
145 _pxScene->simulate(p_DeltaT);
146}
147
148// <-
149

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected