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

Search Results for

    Class RadialMenuViewController

    Inheritance
    System.Object
    ViewController
    RadialMenuViewController
    EmoteRadialViewController
    PingRadialBaseViewController
    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 abstract class RadialMenuViewController : ViewController, IMetaClass

    Properties

    | Improve this Doc View Source

    ActivateWheelDelayTime

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

    ActiveWheelButtonHoverIntroScene

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

    ActiveWheelButtonHoverOutroScene

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

    ActiveWheelScene

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

    BackgroundCooldownEffect

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

    BaseLoadable

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

    HorizontallyCenterFirstWedge

    Declaration
    public bool HorizontallyCenterFirstWedge { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    MinimapActiveWheelScene

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

    MinimapBackgroundCooldownEffect

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

    MinimapRadialButtons

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

    MinimapSelectionLine

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

    MinimapSelectionRotatingIcon

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

    OverrideCenterButtonRegion

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

    OverrideMinimapCenterButtonRegion

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

    RadialButtons

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

    SelectionLine

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

    SelectionRotatingIcon

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

    WeightedSelectionCalculator

    Declaration
    public WeightedSelectionCalculator WeightedSelectionCalculator { get; set; }
    Property Value
    Type Description
    WeightedSelectionCalculator

    Implements

    IMetaClass