Search Results for

    Method ShareSpatialAnchor

    ShareSpatialAnchor(YVRSpatialAnchorShareInfo, Action<bool>)

    Shares a spatial anchor with specified users.

    Declaration
    public void ShareSpatialAnchor(YVRSpatialAnchorShareInfo shareInfo, Action<bool> callback)
    Parameters
    Type Name Description
    YVRSpatialAnchorShareInfo shareInfo

    Information about the spatial anchor to be shared and the users it will be shared with

    Action<bool> callback

    Callback for handling the result of the sharing process

    In This Article