AR Resource Group
A set of ARReferenceImage
s loaded by referenceImages(inGroupNamed:bundle:)
.
Extension
.arresourcegroup
Folder Contents
A set of unique AR Reference Image items.
Contents.json File (Required)
Metadata, on-demand resource tags, and a list of the AR Reference Images (Table 8-1.)
Key |
Type |
Description |
---|---|---|
info |
Dictionary |
Metadata for the author and format version of the asset catalog. |
|
String |
Use your bundle ID. |
|
Number |
The format version of the asset catalog. Use |
|
Dictionary |
Properties for the image set. |
|
Array of strings |
The on-demand resource tags for the resource group. |
resources |
Array |
The reference images contained in the group. |
|
String |
The name of the asset catalog folder containing an |
Sample Contents.json File
{
"resources" : [
{
"filename" : "Reference image 1.arreferenceimage"
},
{
"filename" : "Another reference image.arreferenceimage"
},
…
],
"properties" : {
"on-demand-resources : [
"llama",
"mountain"
]
},
"info" : {
"author" : "com.developerName",
"version" : 1
}
}
Copyright © 2018 Apple Inc. All rights reserved. Terms of Use | Privacy Policy | Updated: 2018-04-09