# Sandbox.TransformProxyComponent.GetWorldTransform

```csharp
Transform GetWorldTransform()
```

Override to provide the world transform. The default implementation will calculate it using GetLocalTransform() based on the parent.

### Returns

`Transform`

Declared in [Sandbox.TransformProxyComponent](/api/Sandbox.TransformProxyComponent).
Assembly: `Sandbox.Engine`.
