Class UiComboBoxDefinition
Inheritance
System.Object
UiComboBoxDefinition
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 UiComboBoxDefinition : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaHash ButtonDefinition { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash DropdownBackdropElementData { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string DropdownDisplayTraKey { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public MetaHash DropdownHoverElementData { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public byte ListDisplayDirection { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Declaration
public MetaHash ListOptionHitAreaElementData { get; set; }
Property Value
|
Improve this Doc
View Source
ListOptionTextElementData
Declaration
public MetaHash ListOptionTextElementData { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ObjectPath { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash SelectedHighlightElementData { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public UiComboBoxSoundEvents SoundEvents { get; set; }
Property Value
Implements