Get the list of all scene anchors filtered by type.
Anchor components such as
OVRSceneRoom,
OVRScenePlane, and
OVRSceneVolume all have a
OVRSceneAnchor component, so this method should be used to find those sibling components.This method traverses all
OVRSceneAnchor instantiated by the
OVRSceneManager and filters them based on whether they have the given component.
ParametersanchorsA list of components of type T to populate. Any existing elements in the list will be removed.
ExceptionsArgumentNullExceptionThrown if anchors is null.