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

Search Results for

    Class TargetFrameViewController

    Inheritance
    System.Object
    ViewController
    TargetFrameViewController
    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 TargetFrameViewController : ViewController, IMetaClass

    Properties

    | Improve this Doc View Source

    AbilitiesData

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

    BaseLoadable

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

    DrawAreaList

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

    ExperienceMeter

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

    GeneralMetrics

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

    HealthMeter

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

    HealthMeterSkins

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

    InventoryData

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

    LevelData

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

    Metrics

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

    NegativeBuffs

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

    ParBarData

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

    Portrait

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

    PositiveBuffs

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

    Scene

    Declaration
    public MetaHash Scene { 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>
    | Improve this Doc View Source

    TargetClosedScene

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

    TargetStatsMenu

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

    TooltipRegion

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

    UseSquarePortrait

    Declaration
    public bool UseSquarePortrait { get; set; }
    Property Value
    Type Description
    System.Boolean

    Implements

    IMetaClass