robot_2Generated
code_blocksInput

Description

The Editor.CursorShape.Blank field represents a cursor shape that is completely invisible. This can be used in scenarios where you want to hide the cursor from the user interface, such as when implementing custom cursor behavior or when the cursor should not be visible during certain interactions.

Usage

To use the Editor.CursorShape.Blank field, you can set it as the current cursor shape in your application or editor environment. This will make the cursor invisible to the user.

Example

// Example of setting the cursor to be invisible
Editor.SetCursorShape(Editor.CursorShape.Blank);