2 using System.Collections.Generic;
4 using System.Text.RegularExpressions;
13 [CustomPropertyDrawer(typeof(EnumFlagsAttribute))]
14 public class EnumFlagsPropertyDrawer : PropertyDrawer
16 public override void OnGUI(Rect position, SerializedProperty property, GUIContent label)
19 if (MRTKEditor.ShowCustomEditors)
23 base.OnGUI(position, property, label);