C# Class UnityEngine.Cursor

Inheritance: Object
ファイルを表示 Open project: randomize/VimConfig Class Usage Examples

Public Methods

Method Description
Cursor ( )
SetCursor ( Texture2D texture, Vector2 hotspot, CursorMode cursorMode ) : void

Private Methods

Method Description
INTERNAL_CALL_SetCursor ( Texture2D texture, Vector2 &hotspot, CursorMode cursorMode ) : void
SetCursor ( Texture2D texture, CursorMode cursorMode ) : void

Method Details

Cursor() public method

public Cursor ( )

SetCursor() public static method

public static SetCursor ( Texture2D texture, Vector2 hotspot, CursorMode cursorMode ) : void
texture Texture2D
hotspot Vector2
cursorMode CursorMode
return void