Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CursorMode

Determines whether the mouse cursor is rendered using software rendering or, on supported platforms, hardware rendering.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Enum
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public enum CursorMode

Remarks

See Cursor for supported platforms.

Fields

Value

Description

AutoUse hardware cursors on supported platforms.
ForceSoftwareForce the use of software cursors.