# Transform.ToLocal

```csharp
Transform ToLocal(in Transform child)
```

Convert child transform from the world to a local transform

### Parameters

- `in child` (`Transform`)

### Returns

`Transform`

Declared in [Transform](/api/Transform).
Assembly: `Sandbox.System`.
