カスタム PropertyDrawer や DecoratorDrawer に対して、その Drawer がどの実行時 Serializable クラスか PropertyAttribute のものであるかを示します。
When you make a custom PropertyDrawer or DecoratorDrawer, you need put this attribute on the drawer class.
If the drawer is for a Serializable class, then pass the type of the class to the CustomPropertyDrawer attribute (only valid for PropertyDrawers; not DecoratorDrawers).
If the drawer is for a PropertyAttribute, then pass the type of the PropertyAttribute to the CustomPropertyDrawer attribute.
関連項目: PropertyDrawer クラス、DecoratorDrawer クラス .
CustomPropertyDrawer | PropertyDrawer クラスがどのランタイムクラスか属性に対する Drawer であるか指定します |