# Sandbox.RangeAttribute

Mark this property as a ranged float/int. In inspector we'll be able to create a slider
instead of a text entry.

- Kind: attribute
- Namespace: `Sandbox`
- Assembly: `Sandbox.System`

## Constructors

- [`RangeAttribute`](/api/Sandbox.RangeAttribute/.ctor)

## Properties

- [`Clamped`](/api/Sandbox.RangeAttribute/Clamped): Whether or not the value should be clamped to the range. If false, the user can manually enter values outside the range if they wish.
- [`Max`](/api/Sandbox.RangeAttribute/Max): The maximum value of the range.
- [`Min`](/api/Sandbox.RangeAttribute/Min): The minimum value of the range.
- [`Slider`](/api/Sandbox.RangeAttribute/Slider): Whether or not a slider should be shown for this range.
- [`Step`](/api/Sandbox.RangeAttribute/Step)
