Example #1
0
        public override ShapeBase CreateShapeInstance()
        {
            UIShapeTextLabel shape = new UIShapeTextLabel("TextLabel");

            //   shape.Position = EditorManager.Scene.CurrentShapeSpawnPosition;
            return(shape);
        }
Example #2
0
 public override ShapeBase CreateShapeInstance()
 {
     UIShapeTextLabel shape = new UIShapeTextLabel("TextLabel");
     //   shape.Position = EditorManager.Scene.CurrentShapeSpawnPosition;
     return shape;
 }