Property referenceLibrary
referenceLibrary
Get or set the reference image library (that is, the set of images to search for in the physical environment).
Declaration
public IReferenceImageLibrary referenceLibrary { get; set; }
Property Value
Type | Description |
---|---|
IReferenceImageLibrary |
Remarks
An IReferenceImageLibrary
can be either an XRReferenceImageLibrary
or a RuntimeReferenceImageLibrary
. XRReferenceImageLibrary
s can only be
constructed in the Editor and are immutable at runtime. A RuntimeReferenceImageLibrary
is the runtime representation of a XRReferenceImageLibrary
and can be mutable
at runtime (see MutableRuntimeReferenceImageLibrary
).
Exceptions
Type | Condition |
---|---|
InvalidOperationException | Thrown if the referenceLibrary is set to |