Class YVRSceneAnchor
Inherited Members
Namespace: YVR.Core
Assembly: YVR.Core.Runtime.dll
Syntax
public class YVRSceneAnchor : Singleton<YVRSceneAnchor>
Methods
Name | Description |
---|---|
ConvertIntPtr2List<T>(IntPtr, uint) | |
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. |
GetAnchorTriangleMesh(ulong, out YVRTriangleMesh) | |
OnInit() | |
RequestSceneCapture(string, Action<bool>) | Sends a request for scene capture with the specified request string. |