Method FindEntry
FindEntry<T>()
Finds an XRReferenceObjectEntry by type.
Declaration
public T FindEntry<T>() where T : XRReferenceObjectEntry
Returns
| Type | Description |
|---|---|
| T | The provider-specific XRReferenceObjectEntry if found, otherwise |
Type Parameters
| Name | Description |
|---|---|
| T | The specific type of XRReferenceObjectEntry to find. |
See Also
FindEntry(Type)
Finds an XRReferenceObjectEntry by type.
Declaration
public XRReferenceObjectEntry FindEntry(Type type)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | type | The specific type of XRReferenceObjectEntry to find. |
Returns
| Type | Description |
|---|---|
| XRReferenceObjectEntry | The provider-specific XRReferenceObjectEntry if found, otherwise |
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException | Thrown if |