Show / Hide Table of Contents

Class UIComponent.DialogControlModule

Inheritance
System.Object
UIComponentModule<UIComponent>
UIComponent.UIBaseComponentModule
UIComponent.DialogControlModule
Inherited Members
UIComponent.UIBaseComponentModule.RectTransform
UIComponentModule<UIComponent>._owner
UIComponentModule<UIComponent>._nameModuleTransform
UIComponentModule<UIComponent>._rectTransform
UIComponentModule<UIComponent>._eventHandler
UIComponentModule<UIComponent>.Owner
UIComponentModule<UIComponent>.EventTrigger
UIComponentModule<UIComponent>.Refresh()
UIComponentModule<UIComponent>.ApplyColors(IColorSchema)
UIComponentModule<UIComponent>.SetActive(Boolean)
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()
In This Article
Back to top Generated by DocFX