Example #1
0
 public EditorProperty(EditorSettingsApplier owner, int index, BaseEdit edit)
     : base(index + ": " + edit.Name, new[] { new DescriptionAttribute(GetDescription(edit)) })
 {
     this.owner = owner;
     this.edit  = edit;
 }
 public EditorProperty(EditorSettingsApplier owner, int index, BaseEdit edit)
     : base(index + ": " + edit.Name, new[] { new DescriptionAttribute(GetDescription(edit)) })
 {
     this.owner = owner;
     this.edit = edit;
 }
Example #3
0
 public EditorsInfo(EditorSettingsApplier owner)
 {
     this.owner = owner;
 }
 public EditorsInfo(EditorSettingsApplier owner)
 {
     this.owner = owner;
 }