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

Search Results for

    Class DeathRecapDamagerDetailedDisplayData

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

    Properties

    | Improve this Doc View Source

    DamageMeter

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

    DamageText

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

    Group

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

    KillerIcon

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

    Metrics

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

    Portrait

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

    SpellDisplayTemplate

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

    SpellLayout

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

    Implements

    IMetaClass