Home
last modified time | relevance | path

Searched refs:E_PHYSICSPRESTEP (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Scene/
H A DLogicComponent.cpp101 UnsubscribeFromEvent(E_PHYSICSPRESTEP); in OnSceneSet()
148 … SubscribeToEvent(world, E_PHYSICSPRESTEP, URHO3D_HANDLER(LogicComponent, HandlePhysicsPreStep)); in UpdateEventSubscription()
153 UnsubscribeFromEvent(world, E_PHYSICSPRESTEP); in UpdateEventSubscription()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Physics/
H A DPhysicsEvents.h31 URHO3D_EVENT(E_PHYSICSPRESTEP, PhysicsPreStep) in URHO3D_EVENT() argument
H A DPhysicsWorld.cpp808 SendEvent(E_PHYSICSPRESTEP, eventData); in PreStep()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/AngelScript/
H A DScriptInstance.cpp512 UnsubscribeFromEvent(E_PHYSICSPRESTEP); in OnSceneSet()
753 … SubscribeToEvent(world, E_PHYSICSPRESTEP, URHO3D_HANDLER(ScriptInstance, HandlePhysicsPreStep)); in UpdateEventSubscription()
783 UnsubscribeFromEvent(world, E_PHYSICSPRESTEP); in UpdateEventSubscription()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/LuaScript/
H A DLuaScriptInstance.cpp636 … SubscribeToEvent(world, E_PHYSICSPRESTEP, URHO3D_HANDLER(LuaScriptInstance, HandleFixedUpdate)); in SubscribeToScriptMethodEvents()
652 UnsubscribeFromEvent(E_PHYSICSPRESTEP); in UnsubscribeFromScriptMethodEvents()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Samples/17_SceneReplication/
H A DSceneReplication.cpp216 SubscribeToEvent(E_PHYSICSPRESTEP, URHO3D_HANDLER(SceneReplication, HandlePhysicsPreStep)); in SubscribeToEvents()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Urho2D/
H A DPhysicsWorld2D.cpp292 SendEvent(E_PHYSICSPRESTEP, eventData); in Update()
/dports/graphics/urho3d/Urho3D-1.7.1/Docs/
H A DReference.dox247 - E_PHYSICSPRESTEP: called before the simulation iteration. Happens at a fixed rate (the physics FP…
248 …YSICSPOSTSTEP: called after the simulation iteration. Happens at the same rate as E_PHYSICSPRESTEP.
2037 - E_PHYSICSPRESTEP before the simulation is stepped.