![]() | CursorDefinition Class |
Namespace: DustProductions.Core
public class CursorDefinition : ScriptableObject
The CursorDefinition type exposes the following members.
Name | Description | |
---|---|---|
![]() | CursorDefinition | Initializes a new instance of the CursorDefinition class |
Name | Description | |
---|---|---|
![]() | CursorModeType |
Whether or not to force rendering of the cursor to software. I usually leave it on auto because it's faster for hardware to do it.
|
![]() | CursorTexture |
The texture of the cursor you want to use, must be imported as a cursor
|
![]() | Hotspot |
The pixel where the cursor actually clicks. (0,0) is the top left corner. (1,1) is one pixel right, one pixel down. etc.
|
Name | Description | |
---|---|---|
![]() ![]() | DefaultNewObjectName |
The name of new CursorDefinition files by default.
|
![]() ![]() | DefaultPath |
The path where new CursorDefinitions will be made be default.
|