Home
last modified time | relevance | path

Searched refs:applyingTransforms_ (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Urho2D/
H A DPhysicsWorld2D.h209 void SetApplyingTransforms(bool enable) { applyingTransforms_ = enable; } in SetApplyingTransforms()
212 bool IsApplyingTransforms() const { return applyingTransforms_; } in IsApplyingTransforms()
246 bool applyingTransforms_; variable
H A DPhysicsWorld2D.cpp56 applyingTransforms_(false), in PhysicsWorld2D()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Physics/
H A DPhysicsWorld.h276 void SetApplyingTransforms(bool enable) { applyingTransforms_ = enable; } in SetApplyingTransforms()
279 bool IsApplyingTransforms() const { return applyingTransforms_; } in IsApplyingTransforms()
350 bool applyingTransforms_; variable
H A DPhysicsWorld.cpp131 applyingTransforms_(false), in PhysicsWorld()