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

Search Results for

    Class CursorConfig

    Inheritance
    System.Object
    CursorConfig
    Implements
    IMetaClass
    Inherited Members
    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 CursorConfig : IMetaClass

    Properties

    | Improve this Doc View Source

    HoverNotUseableCursor

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

    SingleContextCursors

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

    TeamContextCursors

    Declaration
    public MetaContainer<MetaEmbedded<CursorDataTeamContext>> TeamContextCursors { get; set; }
    Property Value
    Type Description
    MetaContainer<MetaEmbedded<CursorDataTeamContext>>

    Implements

    IMetaClass