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

Search Results for

    Class UiElementGroupButtonAdditionalElements

    Inheritance
    System.Object
    UiElementGroupButtonAdditionalElements
    Implements
    IMetaClass
    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 Source

    ClickedStateElements

    Declaration
    public MetaUnorderedContainer<MetaHash> ClickedStateElements { get; set; }
    Property Value
    Type Description
    MetaUnorderedContainer<MetaHash>
    | Improve this Doc View Source

    DefaultStateElements

    Declaration
    public MetaUnorderedContainer<MetaHash> DefaultStateElements { get; set; }
    Property Value
    Type Description
    MetaUnorderedContainer<MetaHash>
    | Improve this Doc View Source

    HoverStateElements

    Declaration
    public MetaUnorderedContainer<MetaHash> HoverStateElements { get; set; }
    Property Value
    Type Description
    MetaUnorderedContainer<MetaHash>
    | Improve this Doc View Source

    InactiveStateElements

    Declaration
    public MetaUnorderedContainer<MetaHash> InactiveStateElements { get; set; }
    Property Value
    Type Description
    MetaUnorderedContainer<MetaHash>
    | Improve this Doc View Source

    SelectedClickedStateElements

    Declaration
    public MetaUnorderedContainer<MetaHash> SelectedClickedStateElements { get; set; }
    Property Value
    Type Description
    MetaUnorderedContainer<MetaHash>
    | Improve this Doc View Source

    SelectedHoverStateElements

    Declaration
    public MetaUnorderedContainer<MetaHash> SelectedHoverStateElements { get; set; }
    Property Value
    Type Description
    MetaUnorderedContainer<MetaHash>
    | Improve this Doc View Source

    SelectedStateElements

    Declaration
    public MetaUnorderedContainer<MetaHash> SelectedStateElements { get; set; }
    Property Value
    Type Description
    MetaUnorderedContainer<MetaHash>

    Implements

    IMetaClass