League Toolkit League Toolkit
League Toolkit League Toolkit
DocFX + Singulink = ♥

Search Results for

    Class ModeSelectViewController

    Inheritance
    System.Object
    ViewController
    ModeSelectViewController
    Implements
    IMetaClass
    Inherited Members
    ViewController.PathHashToSelf
    ViewController.BackViewControllerLink
    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()
    Namespace: LeagueToolkit.Meta.Classes
    Assembly: LeagueToolkit.Meta.Classes.dll
    Syntax
    public class ModeSelectViewController : ViewController, IMetaClass

    Properties

    | Improve this Doc View Source

    BaseLoadable

    Declaration
    public MetaObjectLink BaseLoadable { get; set; }
    Property Value
    Type Description
    MetaObjectLink
    | Improve this Doc View Source

    ClickedIconColor

    Declaration
    public Color ClickedIconColor { get; set; }
    Property Value
    Type Description
    Color
    | Improve this Doc View Source

    DefaultIconColor

    Declaration
    public Color DefaultIconColor { get; set; }
    Property Value
    Type Description
    Color
    | Improve this Doc View Source

    DisabledIconColor

    Declaration
    public Color DisabledIconColor { get; set; }
    Property Value
    Type Description
    Color
    | Improve this Doc View Source

    DisabledIconTexture

    Declaration
    public string DisabledIconTexture { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    EventTimerDefinition

    Declaration
    public TftEventTimer EventTimerDefinition { get; set; }
    Property Value
    Type Description
    TftEventTimer
    | Improve this Doc View Source

    HoverIconColor

    Declaration
    public Color HoverIconColor { get; set; }
    Property Value
    Type Description
    Color
    | Improve this Doc View Source

    IconBackground

    Declaration
    public MetaHash IconBackground { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    Layout

    Declaration
    public MetaHash Layout { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    m391887241

    Declaration
    public string m391887241 { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ModeSelectQueueButtonData

    Declaration
    public MetaEmbedded<ModeSelectQueueButtonData> ModeSelectQueueButtonData { get; set; }
    Property Value
    Type Description
    MetaEmbedded<ModeSelectQueueButtonData>
    | Improve this Doc View Source

    Queues

    Declaration
    public MetaUnorderedContainer<MetaObjectLink> Queues { get; set; }
    Property Value
    Type Description
    MetaUnorderedContainer<MetaObjectLink>
    | Improve this Doc View Source

    Scene

    Declaration
    public MetaHash Scene { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    SoundOnActivate

    Declaration
    public string SoundOnActivate { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    SoundOnDeActivate

    Declaration
    public string SoundOnDeActivate { get; set; }
    Property Value
    Type Description
    System.String

    Implements

    IMetaClass