示例#1
0
 public AtlasAttachmentLoader(BaseAtlas atlas)
 {
     if (atlas == null)
     {
         throw new ArgumentNullException("atlas cannot be null.");
     }
     this.atlas = atlas;
 }
示例#2
0
 public SkeletonJson(BaseAtlas atlas)
 {
     this.attachmentLoader = new AtlasAttachmentLoader(atlas);
     Scale = 1;
 }
示例#3
0
 public SkeletonJson(BaseAtlas atlas)
 {
     this.attachmentLoader = new AtlasAttachmentLoader(atlas);
     Scale = 1;
 }