コード例 #1
0
 public BoundingBoxAttachment NewBoundingBoxAttachment(Skin skin, string name)
 {
     return(new BoundingBoxAttachment(name));
 }
コード例 #2
0
 public PathAttachment NewPathAttachment(Skin skin, string name)
 {
     return(new PathAttachment(name));
 }
コード例 #3
0
 public ClippingAttachment NewClippingAttachment(Skin skin, string name)
 {
     return(new ClippingAttachment(name));
 }