Exemplo n.º 1
0
 public ClippingAttachment NewClippingAttachment(Skin skin, string name)
 {
     return(new ClippingAttachment(name));
 }
Exemplo n.º 2
0
 public BoundingBoxAttachment NewBoundingBoxAttachment(Skin skin, string name)
 {
     return(new BoundingBoxAttachment(name));
 }
Exemplo n.º 3
0
 public PointAttachment NewPointAttachment(Skin skin, string name)
 {
     return(new PointAttachment(name));
 }