Gets the collection of TrackableTypes implied by this configuration.
This method provides the types of trackables that this configuration would enable. Use this in conjunction with FetchOptions.TrackableTypes and OVRAnchor
.FetchAnchorsAsync(System
.Collections.Generic.List<OVRAnchor>,
OVRAnchor.FetchOptions,
System
.Action<System
.Collections.Generic.List<OVRAnchor>,
int>)
ParameterstrackableTypesThe list of TrackableType to populate. The list is cleared before adding any elements.
ExceptionsArgumentNullExceptionThrown if trackableTypes is null.