EditorTool API を使ってエディターツールを作成することができます。
エディターツールのコンテキストは、そのツールがエディター内で何に影響するかを決定します。ツールはグローバルツールにもコンポーネントツールにもなります。
シーンビュー のエディタツールに以下の オーバーレイ からアクセスします。
EditorToolContext API
は、エディターの ビルトイン Transform ツール が与える影響を変更します。
デフォルトのツールコンテキストは GameObject です。GameObject ツールコンテキストを持つツールは、ゲームオブジェクトの Transform 値に影響を与えます。他のコンテキストは、異なる要素に影響します。例えば、スプラインツールのコンテキスト は、Move (移動)、Rotate (回転)、Scale (スケール) ツールがスプラインのノットや接線に影響するようにします。
プロジェクトに複数のツールコンテキストが含まれている場合、ツールオーバーレイの最初のボタンを使ってツールコンテキストを選択できます。ツールコンテキストボタンが選択されていない場合、デフォルトのゲームオブジェクトのツールコンテキストがアクティブになります。プロジェクトに追加のツールコンテキストがない場合、ツールコンテキストボタンはツールオーバーレイから使用できません。
EditorTool API で作成するツールは、グローバルツールかコンポーネントツールのいずれかです。
グローバルツールは、どのゲームオブジェクトにも影響します。
グローバルツールは、選択したゲームオブジェクトのタイプに関係なく常に利用できます。例えば、Transform ツールはどのゲームオブジェクトでも使えるので、常に Transform ツールにアクセスできます。
ツールオーバーレイには、Move (移動)、Rotate (回転)、Scale (スケール)、Rect (長方形) などのビルトインの Transform ツールの後に、グローバルツールのセクションが表示されます。
コンポーネントツールは、特定の コンポーネント に影響を与えます。
コンポーネントツールは、ツールの元となるコンポーネントがアタッチされたゲームオブジェクトを選択したときにのみ使用できます。例えば、Light コンポーネントを持つゲームオブジェクトを選択した場合のみ、Light 用のカスタムマニピュレーターツールを使用できます。
ツールオーバーレイの最後のボタンはコンポーネントツールです。コンポーネントツールは、コンポーネントに基づいてグループに分かれています。コンポーネントツールが利用できるかどうかは、シーンビューまたは Hierarchy ウィンドウで アクティブに選択 しているものによります。
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information
You've told us this page needs code samples. If you'd like to help us further, you could provide a code sample, or tell us about what kind of code sample you'd like to see:
You've told us there are code samples on this page which don't work. If you know how to fix it, or have something better we could use instead, please let us know:
You've told us there is information missing from this page. Please tell us more about what's missing:
You've told us there is incorrect information on this page. If you know what we should change to make it correct, please tell us:
You've told us this page has unclear or confusing information. Please tell us more about what you found unclear or confusing, or let us know how we could make it clearer:
You've told us there is a spelling or grammar error on this page. Please tell us what's wrong:
You've told us this page has a problem. Please tell us more about what's wrong:
Thank you for helping to make the Unity documentation better!
Your feedback has been submitted as a ticket for our documentation team to review.
We are not able to reply to every ticket submitted.