public BoundingBoxAttachment NewBoundingBoxAttachment(Skin skin, string name)
 {
     return(new BoundingBoxAttachment(name));
 }
 public PathAttachment NewPathAttachment(Skin skin, string name)
 {
     return(new PathAttachment(name));
 }
 public ClippingAttachment NewClippingAttachment(Skin skin, string name)
 {
     return(new ClippingAttachment(name));
 }