Class VoiceChatViewController
Inheritance
System.Object
VoiceChatViewController
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 VoiceChatViewController : ViewController, IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaHash Backdrop { 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 ConnectedBgRegionHandle { get; set; }
Property Value
|
Improve this Doc
View Source
ErrorText
Declaration
public MetaHash ErrorText { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash PanelSceneHandle { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash PlayerGrid { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<VoiceChatViewPlayerSlotData> PlayerSlotData { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash PlayerSlotRegionHandle { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<VoiceChatViewSelfSlot> SelfSlot { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaObjectLink TftOverrideLoadable { get; set; }
Property Value
Implements