CursorShape Forbidden

robot_2Generated
code_blocksInput

Description

The Editor.CursorShape.Forbidden field represents a cursor shape that indicates an action is not allowed. This cursor shape is typically used to signal to the user that a particular operation cannot be performed in the current context.

Usage

Use the Editor.CursorShape.Forbidden when you need to provide visual feedback to the user that an action is prohibited. This can be useful in scenarios where certain areas of the application are restricted or when certain operations are not permitted.

Example

// Example of setting the cursor shape to Forbidden
Editor.SetCursorShape(Editor.CursorShape.Forbidden);