Version: 2022.3

CustomEditor

class in UnityEditor

切换到手册

描述

告知编辑器类该编辑器所针对的运行时类型。

When you make a custom editor for a component, put this attribute on the editor class.

另请参阅:Editor 类。

变量

isFallback如果为 true,则仅在所有非回退编辑器均不匹配时匹配此编辑器。默认为 false。

构造函数

CustomEditor定义自定义编辑器类可以编辑的对象类型。