Method CreateRuntimeLibrary
CreateRuntimeLibrary(XRReferenceImageLibrary)
Creates a RuntimeReferenceImageLibrary from an existing XRReferenceImageLibrary,
or an empty library if serializedLibrary
is null
.
Declaration
public abstract RuntimeReferenceImageLibrary CreateRuntimeLibrary(XRReferenceImageLibrary serializedLibrary)
Parameters
Type | Name | Description |
---|---|---|
XRReferenceImageLibrary | serializedLibrary | A XRReferenceImageLibrary to deserialize. |
Returns
Type | Description |
---|---|
RuntimeReferenceImageLibrary | The runtime version of |