Method RemoveAt
RemoveAt(XRReferenceObjectLibrary, int)
Removes the XRReferenceObject
at index
.
Declaration
public static void RemoveAt(this XRReferenceObjectLibrary library, int index)
Parameters
Type | Name | Description |
---|---|---|
XRReferenceObjectLibrary | library | The |
int | index | The index of the |
Exceptions
Type | Condition |
---|---|
ArgumentNullException | Thrown if |
IndexOutOfRangeException | Thrown if |