CursorState Constructor
Constructor in CursorState
Declaration
public CursorState(CursorLockMode lockMode, bool visible)
Description
Creates a new cursor state.
Parameters
lockMode | How the cursor should behave. |
visible | Shows or hides the cursor. |
public CursorState(CursorLockMode lockMode, bool visible)
Creates a new cursor state.
lockMode | How the cursor should behave. |
visible | Shows or hides the cursor. |