Class DeathRecapViewController
Inheritance
System.Object
DeathRecapViewController
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 DeathRecapViewController : ViewController, IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaObjectLink BaseLoadable { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash CondensedScene { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<DeathRecapDamageOverview> DamageOverview { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash DamagerDetailedLayout { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<DeathRecapDamagerDetailedDisplayData> DamagerDetailedTemplate { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<DeathRecapDamagerCondensedList> DamagersCondensedView { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash DetailsScene { get; set; }
Property Value
|
Improve this Doc
View Source
MainScene
Declaration
public MetaHash MainScene { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public float MaximumScale { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float MinimumScale { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<DeathRecapShowcase> ShowcaseView { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ToggleButton { get; set; }
Property Value
Implements