Version: 2022.1
언어: 한국어

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.