Class RuntimeReferenceImageLibrary
The runtime representation of a XRReferenceImageLibrary. Some libraries are mutable; see MutableRuntimeReferenceImageLibrary.
Implements
Inherited Members
Namespace: UnityEngine.XR.ARSubsystems
Assembly: solution.dll
Syntax
public abstract class RuntimeReferenceImageLibrary : IReferenceImageLibrary
Properties
Name | Description |
---|---|
this[int] | Gets the XRReferenceImage at the given |
count | The number of reference images contained in this library. |
Methods
Name | Description |
---|---|
GetReferenceImageAt(int) | Derived methods should return the XRReferenceImage at the given |