MCPcopy Create free account
hub / github.com/axmolengine/axmol / preSimulate

Method preSimulate

core/physics3d/Physics3DComponent.cpp:149–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149void Physics3DComponent::preSimulate()
150{
151 if (((int)_syncFlag & (int)Physics3DComponent::PhysicsSyncFlag::NODE_TO_PHYSICS) && _physics3DObj && _owner)
152 {
153 syncNodeToPhysics();
154 }
155}
156
157void Physics3DComponent::postSimulate()
158{

Callers 1

stepSimulateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected