A more rugged grid style layout group
1 Overview
3 Usage
5 See also
A more rugged grid style layout group

The properties of the Box Slider control are as follows:
| Property | Description |
|---|---|
| Handle Rect | The Rect Transform of the child handle, position used to derive values for control |
| Min Value | The minimum value for the sliders |
| Max Value | The maximum value for the sliders |
| Whole Numbers | Only use whole numbers instead of floats |
| Value X | The X value of the slider |
| Value Y | The Y value of the slider |
| On Value Changed (event) | The Event fired when the handle within the box slider is changed |
Like with other Layout controls, simply add this to the parent RectTransform for a collection of child elements through the Add Component menu as follows: Add Component -> Layout -> Extensions -> Flow Layout Group
Simie