A batch item used to set the pose of a PhysicsBody.
| Property | Description |
|---|---|
| physicsBody | The PhysicsBody to write to. |
| position | The position of the body in the world. PhysicsBody.position. |
| rotation | The rotation of the body. PhysicsBody.rotation. |
| transform | The full transform of the body composed of position and rotation. PhysicsBody.transform. |
| Constructor | Description |
|---|---|
| PhysicsBody.BatchTransform | Create a default batch transform, assigning the PhysicsBody. |