# Sandbox.PlayerController.GroundObject

```csharp
GameObject GroundObject { get; set; }
```

The object we're standing on. Null if we're standing on nothing.

Declared in [Sandbox.PlayerController](/api/Sandbox.PlayerController).
Assembly: `Sandbox.Engine`.
