13 [AttributeUsage(AttributeTargets.Field | AttributeTargets.Property)]
16 public string CustomLabel {
get;
private set; }
20 CustomLabel = customLabel;
24 public override void DrawEditor(
UnityEngine.Object target, FieldInfo field, SerializedProperty property)
26 throw new NotImplementedException();
29 public override void DrawEditor(
UnityEngine.Object target, PropertyInfo prop)
31 throw new NotImplementedException();