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

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