Class TftEmotePanelViewController
Inheritance
System.Object
TftEmotePanelViewController
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 TftEmotePanelViewController : ViewController, IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaObjectLink BaseLoadable { get; set; }
Property Value
|
Improve this Doc
View Source
MainViewScene
Declaration
public MetaHash MainViewScene { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash PlayDanceAnimationButton { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash PlayJokeAnimationButton { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash PlayLaughAnimationButton { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash PlayTauntAnimationButton { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaHash> SummonerEmoteButtons { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaHash> SummonerEmoteIcons { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ToggleEmotesButton { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ToplevelScene { get; set; }
Property Value
Implements