Example #1
0
 public ClippingAttachment NewClippingAttachment(Skin skin, string name)
 {
     return(new ClippingAttachment(name));
 }
Example #2
0
 public BoundingBoxAttachment NewBoundingBoxAttachment(Skin skin, string name)
 {
     return(new BoundingBoxAttachment(name));
 }
Example #3
0
 public PointAttachment NewPointAttachment(Skin skin, string name)
 {
     return(new PointAttachment(name));
 }