Class UiElementGroupButtonAdditionalElements
Inheritance
System.Object
UiElementGroupButtonAdditionalElements
Implements
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()
Namespace: LeagueToolkit.Meta.Classes
Assembly: LeagueToolkit.Meta.Classes.dll
Syntax
public class UiElementGroupButtonAdditionalElements : IMetaClass
Properties
| Improve this Doc View SourceClickedStateElements
Declaration
public MetaUnorderedContainer<MetaHash> ClickedStateElements { get; set; }
Property Value
Type | Description |
---|---|
MetaUnorderedContainer<MetaHash> |
DefaultStateElements
Declaration
public MetaUnorderedContainer<MetaHash> DefaultStateElements { get; set; }
Property Value
Type | Description |
---|---|
MetaUnorderedContainer<MetaHash> |
HoverStateElements
Declaration
public MetaUnorderedContainer<MetaHash> HoverStateElements { get; set; }
Property Value
Type | Description |
---|---|
MetaUnorderedContainer<MetaHash> |
InactiveStateElements
Declaration
public MetaUnorderedContainer<MetaHash> InactiveStateElements { get; set; }
Property Value
Type | Description |
---|---|
MetaUnorderedContainer<MetaHash> |
SelectedClickedStateElements
Declaration
public MetaUnorderedContainer<MetaHash> SelectedClickedStateElements { get; set; }
Property Value
Type | Description |
---|---|
MetaUnorderedContainer<MetaHash> |
SelectedHoverStateElements
Declaration
public MetaUnorderedContainer<MetaHash> SelectedHoverStateElements { get; set; }
Property Value
Type | Description |
---|---|
MetaUnorderedContainer<MetaHash> |
SelectedStateElements
Declaration
public MetaUnorderedContainer<MetaHash> SelectedStateElements { get; set; }
Property Value
Type | Description |
---|---|
MetaUnorderedContainer<MetaHash> |