# Sandbox.Component.Transform

```csharp
GameTransform Transform { get; set; }
```

The transform of the GameObject this component belongs to. Components don't have their own transforms
but they can access the transform of the GameObject they belong to. This is a shortcut for `GameObject.Transform`.

Declared in [Sandbox.Component](/api/Sandbox.Component).
Assembly: `Sandbox.Engine`.
