Class TargetFrameViewController
Inheritance
System.Object
TargetFrameViewController
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()
Assembly: LeagueToolkit.Meta.Classes.dll
public class TargetFrameViewController : ViewController, IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public AbilitiesUiData AbilitiesData { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaObjectLink BaseLoadable { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<DrawAreaList> DrawAreaList { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ExperienceMeter { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaUnorderedContainer<UiMetricTypeI> GeneralMetrics { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<HealthMeter> HealthMeter { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public TargetFrameMeterSkinData HealthMeterSkins { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public SimpleItemSlots InventoryData { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<UnitLevelUiData> LevelData { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaUnorderedContainer<UiMetricUnitTypeI> Metrics { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<BuffDisplayList> NegativeBuffs { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<AbilityResourceBarData> ParBarData { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash Portrait { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<BuffDisplayList> PositiveBuffs { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash Scene { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<UnitStatsUiData> StatsUiData { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash TargetClosedScene { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public UiTargetStatsMenu TargetStatsMenu { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash TooltipRegion { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool UseSquarePortrait { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Implements