Input
The controller corresponding to Input type parameters is basically an input box, allowing users to manually enter values. If the parameter type is Number, you can also choose to use a slider to control parameter values. Slider detailed parameters are as follows:| Name | Description |
|---|---|
| Use Slider | Whether to use slider component to display parameter value input |
| Slider Max Value | Maximum value allowed by the slider |
| Slider Min Value | Minimum value allowed by the slider |
| Slider Step Size | Value change size produced by sliding the slider one step |
| Slider Interval Length | Actual display length of slider scale intervals |
| Slider Inverted | Display slider in reverse |
| Slider Vertical | Display slider vertically |