Files
tono/docs/nodes/Number.md
2026-03-30 23:10:42 -07:00

24 lines
475 B
Markdown

# Number
Output a fixed numeric value. When connected to FLOAT inputs the exact value is used; INT inputs round to the nearest integer at execution time.
## Inputs
None.
## Outputs
| Name | Type | Description |
|------|------|-------------|
| value | FLOAT | The numeric value set by the widget |
## Controls
| Name | Type | Default | Description |
|------|------|---------|-------------|
| value | FLOAT | 0.0 | The numeric value to output |
## Limitations
- None.