Class TftCombatRecapViewController
Inheritance
System.Object
TftCombatRecapViewController
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 TftCombatRecapViewController : ViewController, IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaObjectLink BaseLoadable { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ButtonScene { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<TftCombatRecapLineTemplate> CombatRecapLineTemplate { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<TftCombatRecapPanelTemplate> CombatRecapPanelTemplate { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash DefensiveModeButton { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaObjectLink MobileOverrideLoadable { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash OffensiveModeButton { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<HudMenuTransitionData> PanelTransition { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash Scene { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ToggleLeftPanelButton { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ToggleLeftPanelButtonScene { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash UtilityModeButton { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash VsBadgeScene { get; set; }
Property Value
Implements