Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

CustomPropertyDrawer

Namespace: UnityEditor

Description

Tells a custom PropertyDrawer or DecoratorDrawer which run-time Serializable class or PropertyAttribute it's a drawer for.

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.

See Also: PropertyDrawer class, DecoratorDrawer class.

Constructors

CustomPropertyDrawerTells a PropertyDrawer or DecoratorDrawer class which run-time class or attribute it's a drawer for.