Is there drop event in slider?
In Unity, there is standard function to control slider "OnValueChanged()". But I want to use another ability. This function happens when I drag the slider handle, but I want the function that happens when I drop handle after drag. After I drag the slider handle, 'drop' it. That time, I want to use 'drop' event in my app development. Is it possible?
Comment
Your answer
Follow this Question
Related Questions
Problem With Multiple Sliders - Health Bars 1 Answer
Use a canvas prefab multiple times at the same time 0 Answers
Why does the canvas scale factor change when instantiating Prefab? 0 Answers
C# - Canvas UI addListener in code is not working 1 Answer
Updated with UI text element not correct (same frame) 0 Answers