Version: 2022.3
言語: 日本語

CustomPropertyDrawerConstructor

マニュアルに切り替える
public CustomPropertyDrawer (Type type);
public CustomPropertyDrawer (Type type, bool useForChildren);

パラメーター

type もし Drawer がカスタムの Serializable クラスに対応する場合、型はそのクラスと一致させます。もし Drawer が特定の PropertyAttribute スクリプト変数に対応する場合、型はその属性と一致する必要がある
useForChildren true である場合、Drawer に自身のものを定義しないかぎり、指定されたクラスの任意の子オブジェクトに使用される。

説明

PropertyDrawer クラスがどのランタイムクラスか属性に対する Drawer であるか指定します

カスタム PropertyDrawerDecoratorDrawer を作成するとき、この属性を Drawer クラスにつける必要があります。

関連項目: PropertyDrawer クラス、DecoratorDrawer クラス .