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