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

Search Results for

    Class UiElementGroupMeterData

    Inheritance
    System.Object
    UiElementIData
    UiElementGroupData
    UiElementGroupMeterData
    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 UiElementGroupMeterData : UiElementGroupData, IMetaClass

    Properties

    | Improve this Doc View Source

    BarElements

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

    FillDirection

    Declaration
    public byte FillDirection { get; set; }
    Property Value
    Type Description
    System.Byte
    | Improve this Doc View Source

    IsEnabled

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

    StartPercentage

    Declaration
    public float StartPercentage { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    TipStyle

    Declaration
    public TipStyleBase TipStyle { get; set; }
    Property Value
    Type Description
    TipStyleBase

    Implements

    IMetaClass