Home
last modified time | relevance | path

Searched refs:AddDelayedWorldTransform (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Urho2D/
H A DPhysicsWorld2D.h152 void AddDelayedWorldTransform(const DelayedWorldTransform2D& transform);
H A DRigidBody2D.cpp450 physicsWorld_->AddDelayedWorldTransform(delayed); in ApplyWorldTransform()
H A DPhysicsWorld2D.cpp455 void PhysicsWorld2D::AddDelayedWorldTransform(const DelayedWorldTransform2D& transform) in AddDelayedWorldTransform() function in Urho3D::PhysicsWorld2D
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Physics/
H A DPhysicsWorld.h255 void AddDelayedWorldTransform(const DelayedWorldTransform& transform);
H A DRigidBody.cpp196 physicsWorld_->AddDelayedWorldTransform(delayed); in setWorldTransform()
H A DPhysicsWorld.cpp739 void PhysicsWorld::AddDelayedWorldTransform(const DelayedWorldTransform& transform) in AddDelayedWorldTransform() function in Urho3D::PhysicsWorld