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

Search Results for

    Class DeathRecapViewController

    Inheritance
    System.Object
    ViewController
    DeathRecapViewController
    Implements
    IMetaClass
    Inherited Members
    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 DeathRecapViewController : ViewController, IMetaClass

    Properties

    | Improve this Doc View Source

    BaseLoadable

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

    CondensedScene

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

    DamageOverview

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

    DamagerDetailedLayout

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

    DamagerDetailedTemplate

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

    DamagersCondensedView

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

    DetailsScene

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

    MainScene

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

    MaximumScale

    Declaration
    public float MaximumScale { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    MinimumScale

    Declaration
    public float MinimumScale { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    ShowcaseView

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

    ToggleButton

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

    Implements

    IMetaClass