ControlSliderDelegate
public protocol ControlSliderDelegate : AnyObject
Undocumented
-
Notifies the delegate that the slider’s value has changed.
Declaration
Swift
func controlSlider(_ slider: ControlSlider, updatedValue value: Float, done: Bool)Parameters
sliderThe control slider.
updatedValueThe updated value received from the slider.
doneWhether or not the slider’s value is done changing.