|
Component Prototype |
Description |
|||
|
Random Component
|
Gives a random number between a minimum value and a maximum value. |
|||
|
Out-slots |
Name |
Type |
Description |
|
|
value |
double |
Value of the random number |
||
|
on |
boolean |
When True, the RandomComponent works |
||
|
Properties |
Name |
Type |
Description |
|
|
iconFileName* |
string |
The filename of the icon shown for the component in the authoring environment. |
||
|
max |
double |
Maximum value of the range |
||
|
min |
double |
Minimum value of the range |
||