# Transform.Add

```csharp
Transform Add(in Vector3 position, bool worldSpace)
```

Add a position to this transform and return the result.

### Parameters

- `in position` (`Vector3`)
- `worldSpace` (`bool`)

### Returns

`Transform`

Declared in [Transform](/api/Transform).
Assembly: `Sandbox.System`.
