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

Search Results for

    Class UiMetricMultiDragonKillsSrX

    Inheritance
    System.Object
    UiMetricTypeI
    UiMetricMultiDragonKillsSrX
    Implements
    IMetaClass
    Inherited Members
    UiMetricTypeI.DeviceUx
    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 UiMetricMultiDragonKillsSrX : UiMetricTypeI, IMetaClass

    Properties

    | Improve this Doc View Source

    DragonTypeIcons

    Declaration
    public Dictionary<MetaHash, MetaEmbedded<MultiDragonTypeSourceUiData>> DragonTypeIcons { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<MetaHash, MetaEmbedded<MultiDragonTypeSourceUiData>>
    | Improve this Doc View Source

    SoulSlot

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

    Team1IconSlots

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

    Team2IconSlots

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

    TeamSlotDisabledIcon

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

    Implements

    IMetaClass