ResolveTool(Tool)
Returns the matching EditorTool type for the specified Tool given the context.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEditor.EditorTools
- Assembly: UnityEditor.CoreModule
public Type ResolveTool(Tool tool)
Parameters
The Tool to resolve to an EditorTool type.
Returns
Type | Description |
|---|---|
| Type | An EditorTool type for the requested Tool. |