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

Search Results for

    Class PracticeToolViewController

    Inheritance
    System.Object
    ViewController
    PracticeToolViewController
    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 PracticeToolViewController : 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

    ButtonDefinition

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

    CheatIconMap

    Declaration
    public Dictionary<MetaHash, MetaHash> CheatIconMap { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<MetaHash, MetaHash>
    | Improve this Doc View Source

    CheatSet

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

    GroupDividerGapSize

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

    GroupDividerIndex

    Declaration
    public byte GroupDividerIndex { get; set; }
    Property Value
    Type Description
    System.Byte
    | Improve this Doc View Source

    MaximumScale

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

    MenuScene

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

    MenuTitleScene

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

    MenuToggleScene

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

    MinimumScale

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

    PageDown

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

    PageUp

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

    SlotHeightRef

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

    ToggleMenuButton

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

    TooltipDelay

    Declaration
    public float TooltipDelay { get; set; }
    Property Value
    Type Description
    System.Single

    Implements

    IMetaClass