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

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