예제 #1
0
 public XdArtboard(XdManifestChildJson manifest, XdArtboardJson artboard, XdResourcesJson resources, uint hash)
 {
     Manifest  = manifest;
     Artboard  = artboard;
     Resources = resources;
     Hash      = hash;
 }
예제 #2
0
 public XdArtboard(string name, XdManifestChildJson manifest, XdArtboardJson artboard, XdResourcesJson resources, uint hash)
 {
     Name      = name;
     Manifest  = manifest;
     Artboard  = artboard;
     Resources = resources;
     Hash      = hash;
 }
예제 #3
0
 public XdArtboard(XdManifestChildJson manifest, XdArtboardJson artboard, XdResourcesJson resources)
 {
     Manifest  = manifest;
     Artboard  = artboard;
     Resources = resources;
 }