# Sandbox.GameObject.Transform

```csharp
GameTransform Transform { get; set; }
```

Our position relative to our parent, or the scene if we don't have any parent.

Declared in [Sandbox.GameObject](/api/Sandbox.GameObject).
Assembly: `Sandbox.Engine`.
