Search Results for

    Method GetAnchorRoomLayout

    GetAnchorRoomLayout(ulong, out YVRRoomLayout)

    Retrieves the 3D room layout information associated with an anchor.

    Declaration
    public bool GetAnchorRoomLayout(ulong anchorHandle, out YVRRoomLayout roomLayout)
    Parameters
    Type Name Description
    ulong anchorHandle

    The unique identifier of the anchor.

    YVRRoomLayout roomLayout

    3D room layout information related to the anchor.

    Returns
    Type Description
    bool

    Returns true if the operation is successful, otherwise false.

    In This Article