CustomPropertyDrawerConstructor

切换到手册
public CustomPropertyDrawer (Type type);
public CustomPropertyDrawer (Type type, bool useForChildren);

参数

type如果绘制器针对的是自定义 Serializable 类,那么类型应该为该类。如果绘制器针对的是具有特定 PropertyAttribute 的脚本变量,那么类型应该为该属性。
useForChildren如果为 true,则绘制器将用于指定类的任何子类,除非它们定义了自己的绘制器。

描述

告知 PropertyDrawer 或 DecoratorDrawer 类该绘制器所针对的运行时类或属性。

当您创建自定义绘制器时,您需要将此属性添加到绘制器类上。

另请参阅:PropertyDrawer 类、DecoratorDrawer 类。