We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9e3698 commit 5584f77Copy full SHA for 5584f77
1 file changed
Assets/Editor Toolbox/Editor/ToolboxEditorDrawer.cs
@@ -26,8 +26,7 @@ public ToolboxEditorDrawer(Action<SerializedProperty> toolboxDrawingAction, Acti
26
27
private void DrawProperty(SerializedProperty property, Action<SerializedProperty> drawingAction)
28
{
29
- var propertyPath = property.propertyPath;
30
- if (IsPropertyIgnored(propertyPath))
+ if (IsPropertyIgnored(property))
31
32
return;
33
}
0 commit comments