# SyncTransforms

> Define whether or not to sync modified Transform poses to the physics system.

## Definition

* **Type:** Field
* **Namespace:** [UnityEngine](/engine/6000.6/script-reference/unityengine.md)
* **Assembly:** UnityEngine.PhysicsModule

```csharp
SyncTransforms = 1
```

### Remarks

This option has no effect if the [SimulationStage.PrepareSimulation](/engine/6000.6/script-reference/unityengine/simulationstage/preparesimulation.md) stage is not specified in the [PhysicsScene.RunSimulationStages](/engine/6000.6/script-reference/unityengine/physicsscene/runsimulationstages.md) call.
