Class ChoiceButton
Represents a UI choice button that triggers an invokable event when clicked.
Namespace: Ibralogue.Views
Assembly: .dll
Syntax
public class ChoiceButton : MonoBehaviour
Properties
| Edit this page View SourceOnChoiceClick
Declaration
public UnityEvent OnChoiceClick { get; set; }
Property Value
| Type | Description |
|---|---|
| UnityEvent |