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