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

Search Results for

    Class UiSummonerSocialCardData

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

    Properties

    | Improve this Doc View Source

    BackdropLink

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

    ChampionNameLink

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

    SceneLink

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

    SummonerIconLink

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

    SummonerNameLink

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

    TaglineLink

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

    Implements

    IMetaClass