add help docs and ?
This commit is contained in:
25
docs/nodes/Float Slider.md
Normal file
25
docs/nodes/Float Slider.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# Float Slider
|
||||
|
||||
Interactive float slider node. Set min and max bounds, then drag the slider to output a FLOAT value.
|
||||
|
||||
## Inputs
|
||||
|
||||
None.
|
||||
|
||||
## Outputs
|
||||
|
||||
| Name | Type | Description |
|
||||
|------|------|-------------|
|
||||
| value | FLOAT | Current slider value |
|
||||
|
||||
## Controls
|
||||
|
||||
| Name | Type | Default | Description |
|
||||
|------|------|---------|-------------|
|
||||
| min_value | FLOAT | 0.0 | Lower bound of the slider range |
|
||||
| max_value | FLOAT | 1.0 | Upper bound of the slider range |
|
||||
| value | FLOAT (slider) | 0.5 | Current value within [min_value, max_value] |
|
||||
|
||||
## Limitations
|
||||
|
||||
- None.
|
||||
Reference in New Issue
Block a user