Property this
this[int]
Get an image by index.
Declaration
public XRReferenceImage this[int index] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| int | index | The index of the image in the library. Must be between 0 and count - 1. |
Property Value
| Type | Description |
|---|---|
| XRReferenceImage | The XRReferenceImage at |
Implements
Exceptions
| Type | Condition |
|---|---|
| IndexOutOfRangeException | Thrown if |