Returns an OVRTask<bool> that will eventually let you test if the fetch was successful or not. If the result is true, then the anchors parameter has been populated with the requested anchors.
Fetches anchors contained by this Anchor Container.
Dispose of the returned OVRTask if you don't use the results
Parameters
anchors
List that will get cleared and populated with the requested anchors.
Returns
Returns an OVRTask that will eventually let you test if the fetch was successful or not. If the result is true, then the anchors parameter has been populated with the requested anchors.