Class DialogueManagerBase<ChoiceButtonT>.ChoiceButtonHandle
Represent a single spawned choice button, contains general information about said button
Inheritance
DialogueManagerBase<ChoiceButtonT>.ChoiceButtonHandle
Assembly: cs.temp.dll.dll
protected class ChoiceButtonHandle
Constructors
Declaration
public ChoiceButtonHandle(ChoiceButtonT choiceButton, UnityAction clickCallback)
Parameters
Type |
Name |
Description |
ChoiceButtonT |
choiceButton |
|
UnityAction |
clickCallback |
|
Properties
Declaration
public ChoiceButtonT ChoiceButton { get; }
Property Value
Type |
Description |
ChoiceButtonT |
|
Declaration
public UnityAction ClickCallback { get; }
Property Value
Type |
Description |
UnityAction |
|
Declaration
public UnityEvent ClickEvent { get; set; }
Property Value
Type |
Description |
UnityEvent |
|