Property this
this[int]
Get a reference object by index.
Declaration
public XRReferenceObject this[int index] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| int | index | The index in the array of reference objects. Must be greater than or equal to 0 and less than count. |
Property Value
| Type | Description |
|---|---|
| XRReferenceObject | The XRReferenceObject at |