Back to API Reference
Enum
CursorType
Cursor appearance types. Each maps to platform-native cursor IDs via UniTextCursor's internal mapping table. If the current platform has no native cursor for a type, the default arrow is used.
public static readonly CursorType Default = 0public static readonly CursorType Text = 1public static readonly CursorType Link = 2public static readonly CursorType Crosshair = 3public static readonly CursorType Move = 4public static readonly CursorType NotAllowed = 5public static readonly CursorType Help = 6public static readonly CursorType Wait = 7public static readonly CursorType Progress = 8public static readonly CursorType Grab = 9public static readonly CursorType Grabbing = 10public static readonly CursorType ResizeHorizontal = 11public static readonly CursorType ResizeVertical = 12public static readonly CursorType ResizeNWSE = 13public static readonly CursorType ResizeNESW = 14public static readonly CursorType ColResize = 15public static readonly CursorType RowResize = 16public static readonly CursorType ZoomIn = 17public static readonly CursorType ZoomOut = 18public static readonly CursorType ContextMenu = 19public static readonly CursorType Cell = 20public static readonly CursorType Copy = 21public static readonly CursorType Alias = 22public static readonly CursorType NoDrop = 23public static readonly CursorType VerticalText = 24public static readonly CursorType AllScroll = 25