Пример #1
0
        public override ShapeBase CreateShapeInstance()
        {
            UIShapeColorButton shape = new UIShapeColorButton("PushColorButton");

            //   shape.Position = EditorManager.Scene.CurrentShapeSpawnPosition;
            return(shape);
        }
Пример #2
0
 public override ShapeBase CreateShapeInstance()
 {
     UIShapeColorButton shape = new UIShapeColorButton("PushColorButton");
     //   shape.Position = EditorManager.Scene.CurrentShapeSpawnPosition;
     return shape;
 }