Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
EventAwareSlider.cs
Go to the documentation of this file.
1using UnityEngine.UI;
2
3public class EventAwareSlider : Slider
4{
5 public void SetValue(float value, bool sendEvent)
6 {
7 Set(value, sendEvent);
8 }
9}
void SetValue(float value, bool sendEvent)