position | 表示する範囲 |
mouse | 使用するカーソル |
controlID | ターゲットとなる制御 ID |
Rect 空間内のカーソルを変更するカスタムマウスポインタを追加します
function OnGUI() { // show the "Link" cursor when the mouse is howering over this rectangle. EditorGUIUtility.AddCursorRect (Rect(10,10,100,100), MouseCursor.Link); }