# Sandbox.CharacterController.Bounciness

```csharp
float Bounciness { get; set; }
```

When jumping into walls, should we bounce off or just stop dead?

Declared in [Sandbox.CharacterController](/api/Sandbox.CharacterController).
Assembly: `Sandbox.Engine`.
