Class UIComponent.DialogControlModule
Inheritance
System.Object
UIComponent.DialogControlModule
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NoXP.Shared.UI
Assembly: NoXP.RuntimeComponents.dll
Syntax
public class DialogControlModule : UIComponent.UIBaseComponentModule
Constructors
DialogControlModule(UIComponent)
Declaration
public DialogControlModule(UIComponent owner)
Parameters
| Type | Name | Description |
|---|---|---|
| UIComponent | owner |
Properties
AcceptButton
Declaration
public Button AcceptButton { get; }
Property Value
| Type | Description |
|---|---|
| UnityEngine.UI.Button |
AcceptLabel
Declaration
public TextMeshProUGUI AcceptLabel { get; }
Property Value
| Type | Description |
|---|---|
| TMPro.TextMeshProUGUI |
DeclineButton
Declaration
public Button DeclineButton { get; }
Property Value
| Type | Description |
|---|---|
| UnityEngine.UI.Button |
DeclineLabel
Declaration
public TextMeshProUGUI DeclineLabel { get; }
Property Value
| Type | Description |
|---|---|
| TMPro.TextMeshProUGUI |
Methods
AcceptButtonOnClick()
Declaration
protected virtual void AcceptButtonOnClick()
DeclineButtonOnClick()
Declaration
protected virtual void DeclineButtonOnClick()
Init()
Declaration
protected override void Init()
Overrides
NoXP.Shared.UI.UIComponentModule<NoXP.Shared.UI.UIComponent>.Init()