Class MessageBoxDialog
Inheritance
System.Object
MessageBoxDialog
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()
Assembly: LeagueToolkit.Meta.Classes.dll
public class MessageBoxDialog : ModalDialogViewController, IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaHash ButtonScene { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<UiElementGroupButtonAdditionalElements> CancelButtonAdditionalIcons { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<UiElementGroupButtonAdditionalElements> ConfirmButtonAdditionalIcons { get; set; }
Property Value
|
Improve this Doc
View Source
HeaderBodyText
Declaration
public MetaHash HeaderBodyText { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash HeaderTitleText { get; set; }
Property Value
|
Improve this Doc
View Source
InputErrorText
Declaration
public MetaHash InputErrorText { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash InputScene { get; set; }
Property Value
|
Improve this Doc
View Source
InputText
Declaration
public MetaHash InputText { get; set; }
Property Value
|
Improve this Doc
View Source
MainBodyText
Declaration
public MetaHash MainBodyText { get; set; }
Property Value
|
Improve this Doc
View Source
PlaceholderText
Declaration
public MetaHash PlaceholderText { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<HudMenuTransitionData> SoftKeyboardTransitionData { get; set; }
Property Value
Implements