Random category - Stingray Flow Node Reference
|
Returns a random numeric value between the min and max values.
|
Outputs |
| | Value |
| float |
The random value.
|
Inputs |
float |
| Min | | |
The minimum value.
|
float |
| Max | | |
The maximun value.
|
Available in Unit Flow Editor, Level Flow Editor, and External Flow Editor.
|
Returns a random unit vector whose components will range between -1 and 1.
|
Outputs |
| | Value |
| vector3 |
The random unit vector.
|
Available in Unit Flow Editor, Level Flow Editor, and External Flow Editor.
|
Returns a random vector value between the min and max values.
|
Outputs |
| | Value |
| vector3 |
The random vector between the given vectors.
|
Inputs |
vector3 |
| Min | | |
The minimum vector value.
|
vector3 |
| Max | | |
The maximum vector value.
|
Available in Unit Flow Editor, Level Flow Editor, and External Flow Editor.