We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07086a4 commit 93dd61bCopy full SHA for 93dd61b
Editor/Drawers/TypeReferencePropertyDrawer.cs
@@ -11,6 +11,7 @@ namespace TypeReferences.Editor.Drawers
11
/// </summary>
12
/// <remarks>The class is public because it is used in the Samples package.</remarks>
13
[CustomPropertyDrawer(typeof(TypeReference))]
14
+ [CustomPropertyDrawer(typeof(TypeOptionsAttribute), true)]
15
public class TypeReferencePropertyDrawer : PropertyDrawer
16
{
17
public override float GetPropertyHeight(SerializedProperty property, GUIContent label)
0 commit comments