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

Search Results for

    Class SpellPickChoiceViewController

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

    ConfirmButton

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

    CountdownMeter

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

    Grid

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

    MaxNumChoices

    Declaration
    public uint MaxNumChoices { get; set; }
    Property Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    Scene

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

    SpellChoiceTemplate

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

    TimeoutWarningDuration

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

    TimeoutWarningThrobDuration

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

    TimeoutWarningThrobEaseType

    Declaration
    public byte TimeoutWarningThrobEaseType { get; set; }
    Property Value
    Type Description
    System.Byte

    Implements

    IMetaClass