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

Search Results for

    Class UiElementGroupButtonData

    Inheritance
    System.Object
    UiElementIData
    UiElementGroupData
    UiElementGroupButtonData
    Implements
    IMetaClass
    Inherited Members
    UiElementGroupData.Elements
    UiElementIData.Scene
    UiElementIData.Name
    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 UiElementGroupButtonData : UiElementGroupData, IMetaClass

    Properties

    | Improve this Doc View Source

    ActiveTooltipTraKey

    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

    ClickedStateElements

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

    ClickReleaseParticleElement

    Declaration
    public MetaObjectLink ClickReleaseParticleElement { get; set; }
    Property Value
    Type Description
    MetaObjectLink
    | Improve this Doc View Source

    DefaultStateElements

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

    HitRegionElement

    Declaration
    public MetaObjectLink HitRegionElement { get; set; }
    Property Value
    Type Description
    MetaObjectLink
    | Improve this Doc View Source

    HoverStateElements

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

    InactiveSelectedStateElements

    Declaration
    public MetaEmbedded<UiElementGroupButtonState> InactiveSelectedStateElements { get; set; }
    Property Value
    Type Description
    MetaEmbedded<UiElementGroupButtonState>
    | Improve this Doc View Source

    InactiveStateElements

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

    InactiveTooltipTraKey

    Declaration
    public string InactiveTooltipTraKey { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    IsActive

    Declaration
    public bool IsActive { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsEnabled

    Declaration
    public bool IsEnabled { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsFocusable

    Declaration
    public bool IsFocusable { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsSelected

    Declaration
    public bool IsSelected { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    SelectedClickedStateElements

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

    SelectedHoverStateElements

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

    SelectedStateElements

    Declaration
    public MetaEmbedded<UiElementGroupButtonState> SelectedStateElements { get; set; }
    Property Value
    Type Description
    MetaEmbedded<UiElementGroupButtonState>
    | Improve this Doc View Source

    SelectedTooltipTraKey

    Declaration
    public string SelectedTooltipTraKey { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    SoundEvents

    Declaration
    public UiElementGroupButtonSoundEvents SoundEvents { get; set; }
    Property Value
    Type Description
    UiElementGroupButtonSoundEvents
    | Improve this Doc View Source

    TabOrder

    Declaration
    public uint TabOrder { get; set; }
    Property Value
    Type Description
    System.UInt32

    Implements

    IMetaClass