Legacy Documentation: Version 4.6.2
Language: English
  • C#
  • JS
  • Boo

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

MouseCursor

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Custom mouse cursor shapes used with EditorGUIUtility.AddCursorRect.

Variables

Arrow Normal pointer arrow.
Text Text cursor.
ResizeVertical Vertical resize arrows.
ResizeHorizontal Horizontal resize arrows.
Link Arrow with a Link badge (for assigning pointers).
SlideArrow Arrow with small arrows for indicating sliding at number fields.
ResizeUpRight Resize up-right for window edges.
ResizeUpLeft Resize up-Left for window edges.
MoveArrow Arrow with the move symbol next to it for the sceneview.
RotateArrow Arrow with the rotate symbol next to it for the sceneview.
ScaleArrow Arrow with the scale symbol next to it for the sceneview.
ArrowPlus Arrow with the plus symbol next to it.
ArrowMinus Arrow with the minus symbol next to it.
Pan Cursor with a dragging hand for pan.
Orbit Cursor with an eye for orbit.
Zoom Cursor with a magnifying glass for zoom.
FPS Cursor with an eye and stylized arrow keys for FPS navigation.
CustomCursor The current user defined cursor.
SplitResizeUpDown Up-Down resize arrows for window splitters.
SplitResizeLeftRight Left-Right resize arrows for window splitters.