Sets the text of the slider. Both the left and the right text should be set.
"floatSliderCommandInput_var" is a variable referencing a FloatSliderCommandInput object. |
"floatSliderCommandInput_var" is a variable referencing a FloatSliderCommandInput object. |
| Type | Description |
| boolean | Returns true if successful. |
| Name | Type | Description |
| left | string | Indicates the text on the left side of the slider. |
| right | string | Indicates the text on the right side of the slider. |
| Name | Description |
| Command Inputs API Sample | Creates a command dialog that demonstrates all of the available command inputs. To use the sample, create a new Python or C++ script and copy and paste this code, replacing the default code. You also need to unpack this zip file which contains a resource folder into the same folder where the source code file (.py or .cpp) is. |