Class YVRSceneAnchor
public class YVRSceneAnchor : Singleton<YVRSceneAnchor>
- Inheritance
-
Singleton<YVRSceneAnchor>YVRSceneAnchor
- Inherited Members
-
Singleton<YVRSceneAnchor>.instanceSingleton<YVRSceneAnchor>.createdInstanceSingleton<YVRSceneAnchor>.Reset()
Methods
- GetAnchorBoundary2D(ulong, out List<Vector2>)
Retrieves the 2D boundary vertices of an anchor.
- GetAnchorBoundingBox2D(ulong, out YVRRect2D)
Retrieves the 2D bounding box of an anchor.
- GetAnchorBoundingBox3D(ulong, out YVRRect3D)
Retrieves the 3D bounding box of an anchor.
- GetAnchorContainer(ulong, out List<YVRSpatialAnchorUUID>)
Retrieves the container information associated with an anchor.
- GetAnchorRoomLayout(ulong, out YVRRoomLayout)
Retrieves the 3D room layout information associated with an anchor.
- GetAnchorSemanticLabels(ulong, out string)
Retrieves the semantic labels associated with an anchor.
- RequestSceneCapture(string, Action<bool>)
Sends a request for scene capture with the specified request string.