Table of Contents

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
object
UnityEventBase
UnityEvent<int>
DropdownEvent