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