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

Search Results for

    Class PlayerHeroStatsViewController

    Inheritance
    System.Object
    ViewController
    PlayerStatsPanelViewController
    PlayerHeroStatsViewController
    Implements
    IMetaClass
    Inherited Members
    PlayerStatsPanelViewController.BaseLoadable
    PlayerStatsPanelViewController.FlippedMinimapOverride
    ViewController.PathHashToSelf
    ViewController.BackViewControllerLink
    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 PlayerHeroStatsViewController : PlayerStatsPanelViewController, IMetaClass

    Properties

    | Improve this Doc View Source

    AdvancedStats

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

    Background

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

    BasicStats

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

    StatsUiData

    Declaration
    public MetaEmbedded<UnitStatsUiData> StatsUiData { get; set; }
    Property Value
    Type Description
    MetaEmbedded<UnitStatsUiData>

    Implements

    IMetaClass