League Toolkit League Toolkit
League Toolkit League Toolkit
DocFX + Singulink = ♥

Search Results for

    Class MessageBoxDialog

    Inheritance
    System.Object
    ViewController
    ModalDialogViewController
    MessageBoxDialog
    Implements
    IMetaClass
    Inherited Members
    ModalDialogViewController.CloseButtonDefinition
    ModalDialogViewController.m954904255
    ModalDialogViewController.BaseLoadable
    ModalDialogViewController.MobileOverrideLoadable
    ModalDialogViewController.TabletOverrideLoadable
    ModalDialogViewController.CancelButtonDefinition
    ModalDialogViewController.ContentScene
    ModalDialogViewController.ConfirmButtonDefinition
    ViewController.PathHashToSelf
    ViewController.BackViewControllerLink
    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: LeagueToolkit.Meta.Classes
    Assembly: LeagueToolkit.Meta.Classes.dll
    Syntax
    public class MessageBoxDialog : ModalDialogViewController, IMetaClass

    Properties

    | Improve this Doc View Source

    ButtonScene

    Declaration
    public MetaHash ButtonScene { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    CancelButtonAdditionalIcons

    Declaration
    public MetaEmbedded<UiElementGroupButtonAdditionalElements> CancelButtonAdditionalIcons { get; set; }
    Property Value
    Type Description
    MetaEmbedded<UiElementGroupButtonAdditionalElements>
    | Improve this Doc View Source

    ConfirmButtonAdditionalIcons

    Declaration
    public MetaEmbedded<UiElementGroupButtonAdditionalElements> ConfirmButtonAdditionalIcons { get; set; }
    Property Value
    Type Description
    MetaEmbedded<UiElementGroupButtonAdditionalElements>
    | Improve this Doc View Source

    HeaderBodyText

    Declaration
    public MetaHash HeaderBodyText { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    HeaderTitleText

    Declaration
    public MetaHash HeaderTitleText { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    InputErrorText

    Declaration
    public MetaHash InputErrorText { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    InputScene

    Declaration
    public MetaHash InputScene { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    InputText

    Declaration
    public MetaHash InputText { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    MainBodyText

    Declaration
    public MetaHash MainBodyText { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    PlaceholderText

    Declaration
    public MetaHash PlaceholderText { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    SoftKeyboardTransitionData

    Declaration
    public MetaEmbedded<HudMenuTransitionData> SoftKeyboardTransitionData { get; set; }
    Property Value
    Type Description
    MetaEmbedded<HudMenuTransitionData>

    Implements

    IMetaClass