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 631be62 commit 7d86c2cCopy full SHA for 7d86c2c
1 file changed
Packages/src/Editor/MaskingShapeEditor.cs
@@ -33,7 +33,7 @@ public override void OnInspectorGUI()
33
Utils.GetStencilBits(current.transform, false, useStencil, out var mask, out var _);
34
var maskingMode = mask is SoftMask softMask ? softMask.GetActualMaskingMode() : SoftMask.MaskingMode.Normal;
35
EditorGUI.BeginDisabledGroup(true);
36
- EditorGUILayout.EnumPopup(new GUIContent("Masking Mode"), maskingMode);
+ EditorGUILayout.EnumPopup("Masking Mode", maskingMode);
37
EditorGUI.EndDisabledGroup();
38
39
EditorGUILayout.PropertyField(_maskingMethod);
0 commit comments