# WritePose()

> Write the full 3D position and rotation of the body to the currently set _transformObject. If no _transformObject is assigned, this method will do nothing and false will be returned.

## Definition

* **Type:** Method
* **Namespace:** [Unity.U2D.Physics](/engine/6000.7/script-reference/unity/u2d/physics.md)
* **Assembly:** UnityEngine.PhysicsCore2DModule

```csharp
public bool WritePose()
```

### Returns

| Type                                                          | Description                                                                                                                       |
| ------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- |
| [bool](https://learn.microsoft.com/dotnet/api/system.boolean) | Whether the [\_transformObject](/engine/6000.7/script-reference/unity/u2d/physics/physicsbody/transformobject.md) was written to. |
