Class CursorConfig
Inheritance
System.Object
CursorConfig
Implements
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 SourceHoverNotUseableCursor
Declaration
public MetaEmbedded<CursorDataCaptureCooldownContext> HoverNotUseableCursor { get; set; }
Property Value
Type | Description |
---|---|
MetaEmbedded<CursorDataCaptureCooldownContext> |
SingleContextCursors
Declaration
public MetaContainer<MetaEmbedded<CursorData>> SingleContextCursors { get; set; }
Property Value
Type | Description |
---|---|
MetaContainer<MetaEmbedded<CursorData>> |
TeamContextCursors
Declaration
public MetaContainer<MetaEmbedded<CursorDataTeamContext>> TeamContextCursors { get; set; }
Property Value
Type | Description |
---|---|
MetaContainer<MetaEmbedded<CursorDataTeamContext>> |