Class CustomPropertyDrawer
Inheritance
CustomPropertyDrawer
Assembly: UnityEditor.dll
Syntax
[AttributeUsage(AttributeTargets.Class, Inherited = false, AllowMultiple = true)]
public sealed class CustomPropertyDrawer : Attribute, _Attribute
Constructors
|
Improve this Doc
View Source
CustomPropertyDrawer(Type)
Declaration
public CustomPropertyDrawer(Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
|
Improve this Doc
View Source
CustomPropertyDrawer(Type, Boolean)
Declaration
public CustomPropertyDrawer(Type type, bool useForChildren)
Parameters
Implements
Extension Methods