Table of Contents

Enum CursorType

Namespace
TinyLife.Uis
Assembly
TinyLife.dll

An enumeration that defines types of cursor graphics that can be set using CurrentCursor.

public enum CursorType
Extension Methods

Fields

None = 0

No cursor

Default = 1

The default cursor graphic, which is just an arrow

Wall = 2

The wall placement cursor graphic, which is an arrow with a little wall next to it

Hammer = 3

The hammer cursor graphic, which is a hammer

Range = 4

The 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 = 5

The disallowed cursor graphic, which is an arrow with a "disallowed" sign next to it

RotatingCamera = 6

The cursor graphic that indicates that a modifier key is being pressed that allows the camera to be rotated.

EditingActions = 7

The cursor graphic that indicates that a modifier key is being pressed that allows the action queue to be edited.

TextInput = 8

The cursor graphic that indicates hovering a text input box.

Color = 9

The cursor graphic that is used by the ColorTool.