Class ModeSelectViewController
Inheritance
System.Object
ModeSelectViewController
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 ModeSelectViewController : ViewController, IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaObjectLink BaseLoadable { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public Color ClickedIconColor { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public Color DefaultIconColor { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public Color DisabledIconColor { get; set; }
Property Value
|
Improve this Doc
View Source
DisabledIconTexture
Declaration
public string DisabledIconTexture { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public TftEventTimer EventTimerDefinition { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public Color HoverIconColor { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash IconBackground { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash Layout { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string m391887241 { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<ModeSelectQueueButtonData> ModeSelectQueueButtonData { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaUnorderedContainer<MetaObjectLink> Queues { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash Scene { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string SoundOnActivate { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string SoundOnDeActivate { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements