Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
UIContextMenuItem.cs
Go to the documentation of this file.
1using UnityEngine;
2using UnityEngine.UI;
3
4public class UIContextMenuItem : MonoBehaviour
5{
6 public Text textName;
7
8 public Button button;
9
10 public Toggle toggle;
11
12 public Slider slider;
13
14 public Text textSlider;
15}