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

Search Results for

    Class GearSelectionViewController

    Inheritance
    System.Object
    ViewController
    GearSelectionViewController
    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 GearSelectionViewController : ViewController, IMetaClass

    Properties

    | Improve this Doc View Source

    CooldownAnimations

    Declaration
    public MetaContainer<MetaHash> CooldownAnimations { get; set; }
    Property Value
    Type Description
    MetaContainer<MetaHash>
    | Improve this Doc View Source

    EnabledAnimations

    Declaration
    public MetaContainer<MetaHash> EnabledAnimations { get; set; }
    Property Value
    Type Description
    MetaContainer<MetaHash>
    | Improve this Doc View Source

    GearButtons

    Declaration
    public MetaContainer<MetaHash> GearButtons { get; set; }
    Property Value
    Type Description
    MetaContainer<MetaHash>
    | Improve this Doc View Source

    GearMenuScene

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

    IntroAnimations

    Declaration
    public MetaContainer<MetaHash> IntroAnimations { get; set; }
    Property Value
    Type Description
    MetaContainer<MetaHash>
    | Improve this Doc View Source

    Loadable

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

    SelectionButtonCooldownSecs

    Declaration
    public float SelectionButtonCooldownSecs { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    ToggleButton

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

    ToggleScene

    Declaration
    public MetaHash ToggleScene { get; set; }
    Property Value
    Type Description
    MetaHash

    Implements

    IMetaClass