Version: 2022.2

EditorToolContext.GetAdditionalToolTypes

切换到手册
public IEnumerable<Type> GetAdditionalToolTypes ();

返回

IEnumerable<Type> A collection of EditorTool types.

描述

Get an additional collection of tools to display in the same category as the built-in transform tools.

Implementation of this method is optional, the default value is to return an empty collection.