示例#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;
 }