Class UiElementGroupButtonData
Inheritance
System.Object
UiElementGroupButtonData
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 UiElementGroupButtonData : UiElementGroupData, IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public string ActiveTooltipTraKey { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
AddTextSizeToHitRegion
Declaration
public bool AddTextSizeToHitRegion { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<UiElementGroupButtonState> ClickedStateElements { get; set; }
Property Value
|
Improve this Doc
View Source
ClickReleaseParticleElement
Declaration
public MetaObjectLink ClickReleaseParticleElement { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<UiElementGroupButtonState> DefaultStateElements { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaObjectLink HitRegionElement { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<UiElementGroupButtonState> HoverStateElements { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<UiElementGroupButtonState> InactiveSelectedStateElements { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<UiElementGroupButtonState> InactiveStateElements { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string InactiveTooltipTraKey { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public bool IsActive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool IsEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool IsFocusable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool IsSelected { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<UiElementGroupButtonState> SelectedClickedStateElements { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<UiElementGroupButtonState> SelectedHoverStateElements { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<UiElementGroupButtonState> SelectedStateElements { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string SelectedTooltipTraKey { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public UiElementGroupButtonSoundEvents SoundEvents { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public uint TabOrder { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
Implements