# isGrounded

> Indicates whether the wheel currently collides with something (Read Only).

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine](/engine/6000.6/script-reference/unityengine.md)
* **Assembly:** UnityEngine.VehiclesModule

```csharp
public bool isGrounded { get; }
```
