Property OnClickEvent
OnClickEvent
The event is called when the button is clicked.
Declaration
public UnityEvent<Button> OnClickEvent { get; }
Property Value
Type |
---|
UnityEvent<Button> |
The event is called when the button is clicked.
public UnityEvent<Button> OnClickEvent { get; }
Type | Description |
---|---|
UnityEvent<Button> |