Beispiel #1
0
 public override void OnEnable()
 {
     base.OnEnable();
     dashEditor = DashStyleEditor.GetDashEditor(propDashStyle, propMatchDashSpacingToSize, propDashed);
     rectEditor = new SceneRectEditor(this);
     fillEditor = new SceneFillEditor(this, propFill, propUseFill);
 }
 public override void OnEnable()
 {
     base.OnEnable();
     rectEditor = new SceneRectEditor(this);
     fillEditor = new SceneFillEditor(this, propFill, propUseFill);
 }
 public override void OnEnable()
 {
     base.OnEnable();
     rectEditor = new SceneRectEditor(this);
 }