示例#1
0
 public override void OnGUI(Rect position, SerializedProperty property, GUIContent label)
 {
     _currentProperty = property;
     this.position    = position;
     DrawPropertyName();
     AddX(EditorGUIUtils.GetDisplayNameFieldWidth(width));
     Show(property);
     _currentProperty = null;
 }