Component: LinearSlider (Controls)
From Flowcode Help
Jump to navigationJump to searchAuthor | Steve Tandy |
Version | 1.0 |
Category | Controls |
Contents
LinearSlider component
A linear 2d slider component.
Component Source Code
Please click here to download the component source project: FC_Comp_Source_temp/LinearSlider.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_temp/LinearSlider.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
GetValue
GetValue | |
Returns the current value of the component. | |
- FLOAT | Return |
SetValue
SetValue | |
Sets the component to the specified value. | |
- FLOAT | value |
A new value for the component. | |
- VOID | Return |