# PhysicsBody.BatchTransform

> A batch item used to set the pose of a PhysicsBody.

## Definition

* **Type:** Struct
* **Namespace:** [UnityEngine.LowLevelPhysics2D](/engine/6000.3/script-reference/unityengine/lowlevelphysics2d.md)
* **Assembly:** UnityEngine.Physics2DModule

```csharp
public struct PhysicsBody.BatchTransform
```

## Constructors

| Constructor                                                                                                                                                   | Description                                                                                                                                  |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
| [BatchTransform(UnityEngine.LowLevelPhysics2D.PhysicsBody)](/engine/6000.3/script-reference/unityengine/lowlevelphysics2d/physicsbody/batchtransform/ctor.md) | Create a default batch transform, assigning the [PhysicsBody](/engine/6000.3/script-reference/unityengine/lowlevelphysics2d/physicsbody.md). |

## Properties

| Property                                                                                                               | Description                                                                                                                                                                        |
| ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [physicsBody](/engine/6000.3/script-reference/unityengine/lowlevelphysics2d/physicsbody/batchtransform/physicsbody.md) | The [PhysicsBody](/engine/6000.3/script-reference/unityengine/lowlevelphysics2d/physicsbody.md) to write to.                                                                       |
| [position](/engine/6000.3/script-reference/unityengine/lowlevelphysics2d/physicsbody/batchtransform/position.md)       | The position of the body in the world. [PhysicsBody.position](/engine/6000.3/script-reference/unityengine/lowlevelphysics2d/physicsbody/position.md).                              |
| [rotation](/engine/6000.3/script-reference/unityengine/lowlevelphysics2d/physicsbody/batchtransform/rotation.md)       | The rotation of the body. [PhysicsBody.rotation](/engine/6000.3/script-reference/unityengine/lowlevelphysics2d/physicsbody/rotation.md).                                           |
| [transform](/engine/6000.3/script-reference/unityengine/lowlevelphysics2d/physicsbody/batchtransform/transform.md)     | The full transform of the body composed of position and rotation. [PhysicsBody.transform](/engine/6000.3/script-reference/unityengine/lowlevelphysics2d/physicsbody/transform.md). |
