Version: 5.4

CustomPropertyDrawer

class in UnityEditor

マニュアルに切り替える

説明

カスタム PropertyDrawerDecoratorDrawer に対して、その 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 クラス .

コンストラクタ

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