Method GetEditorToolType
GetEditorToolType(Tool)
Returns the matching EditorTool type for the specified Tool given the context.
Declaration
protected override Type GetEditorToolType(Tool tool)
Parameters
| Type | Name | Description |
|---|---|---|
| Tool | tool | The Tool to resolve to an EditorTool type. |
Returns
| Type | Description |
|---|---|
| Type | An EditorTool type for the requested Tool. |