Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ResolveTool(Tool)

Returns the matching EditorTool type for the specified Tool given the context.
Read time 1 minuteLast updated 6 days ago

Definition

public Type ResolveTool(Tool tool)

Parameters

tool

The Tool to resolve to an EditorTool type.

Returns

Type

Description

TypeAn EditorTool type for the requested Tool.