Urho3D::DelayedWorldTransform2D Struct Reference
Urho3D::DelayedWorldTransform2D Struct Reference
Delayed world transform assignment for parented 2D rigidbodies. More...
#include <Urho3D/Urho2D/PhysicsWorld2D.h>
Collaboration diagram for Urho3D::DelayedWorldTransform2D:
Public Attributes | |
| RigidBody2D * | rigidBody_ |
| Rigid body. | |
| RigidBody2D * | parentRigidBody_ |
| Parent rigid body. | |
| Vector3 | worldPosition_ |
| New world position. | |
| Quaternion | worldRotation_ |
| New world rotation. | |
Detailed Description
Delayed world transform assignment for parented 2D rigidbodies.
The documentation for this struct was generated from the following file:
- Source/Urho3D/Urho2D/PhysicsWorld2D.h
