Class DropdownEvent
- Namespace
- Fallencake.UI
- Assembly
- Fallencake.UI.dll
Event invoked with the selected item index when the dropdown value changes.
[Serializable]
public class DropdownEvent : UnityEvent<int>
- Inheritance
-
objectUnityEventBaseUnityEvent<int>DropdownEvent