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

Search Results for

    Class UiMilestoneProgressMeter

    Inheritance
    System.Object
    UiMilestoneProgressMeter
    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 UiMilestoneProgressMeter : IMetaClass

    Properties

    | Improve this Doc View Source

    BarVfxGroup

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

    BonusSkin

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

    ExpText

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

    LevelText

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

    LevelUpVfxGroup

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

    MeterEasingType

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

    MeterTransitionTimeSecs

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

    NormalSkin

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

    ProgressBarDelayTime

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

    ProgressMeter

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

    ProgressMeterSegments

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

    ShowLevelUp

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

    XpValueToSegmentIndex

    Declaration
    public MetaUnorderedContainer<ushort> XpValueToSegmentIndex { get; set; }
    Property Value
    Type Description
    MetaUnorderedContainer<System.UInt16>

    Implements

    IMetaClass