INTERNAL_CALL_SetCursor() 개인적인 메소드

private INTERNAL_CALL_SetCursor ( Texture2D texture, Vector2 &hotspot, CursorMode cursorMode ) : void
texture Texture2D
hotspot Vector2
cursorMode CursorMode
리턴 void
예제 #1
0
 public static void SetCursor(Texture2D texture, Vector2 hotspot, CursorMode cursorMode)
 {
     Cursor.INTERNAL_CALL_SetCursor(texture, ref hotspot, cursorMode);
 }