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