Class PlayerMuteViewController
Inheritance
System.Object
PlayerMuteViewController
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 PlayerMuteViewController : ViewController, IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaHash BackgroundLink { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaObjectLink BaseLoadable { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ChampionIconLink { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ChampionNameLink { 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 MetaHash MenuCloseButton { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash MuteAllButton { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash MuteChatButton { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash MuteEmotesButton { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash MutePingsButton { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash SummonerNameLink { get; set; }
Property Value
Implements