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

Search Results for

    Class ScoreLineBaseUiData

    Inheritance
    System.Object
    ScoreLineBaseUiData
    ScoreLineSrSpectatorUiData
    ScoreLineSrUiData
    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 abstract class ScoreLineBaseUiData : IMetaClass

    Properties

    | Improve this Doc View Source

    DeadSlotHighlight

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

    DragBarSlot

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

    FowSlotHighlight

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

    Metrics

    Declaration
    public Dictionary<byte, UiMetricUnitTypeI> Metrics { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.Byte, UiMetricUnitTypeI>
    | Improve this Doc View Source

    MusicButton

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

    Portrait

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

    PortraitRegion

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

    Scene

    Declaration
    public MetaHash Scene { get; set; }
    Property Value
    Type Description
    MetaHash

    Implements

    IMetaClass