Enum CursorType
An enumeration that defines types of cursor graphics that can be set using CurrentCursor.
public enum CursorType
- Extension Methods
Fields
None = 0No cursor
Default = 1The default cursor graphic, which is just an arrow
Wall = 2The wall placement cursor graphic, which is an arrow with a little wall next to it
Hammer = 3The hammer cursor graphic, which is a hammer
Range = 4The range cursor graphic, which is an arrow with small green arrows next to it, arranged in a way to signify that a range is edited
Disallowed = 5The disallowed cursor graphic, which is an arrow with a "disallowed" sign next to it
RotatingCamera = 6The cursor graphic that indicates that a modifier key is being pressed that allows the camera to be rotated.
EditingActions = 7The cursor graphic that indicates that a modifier key is being pressed that allows the action queue to be edited.
TextInput = 8The cursor graphic that indicates hovering a text input box.
Color = 9The cursor graphic that is used by the ColorTool.