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