Exemplo n.º 1
0
    public void SetUpAnchorIDsToLocate()
    {
        List <string> anchorsToFind = new List <string>();

        if (AzureAnchorID != "")
        {
            anchorsToFind.Add(AzureAnchorID);
        }

        CloudManager.SetAnchorIdsToLocate(anchorsToFind);
    }
Exemplo n.º 2
0
    public void SetUpAnchorIDsToLocate()
    {
        List <string> anchorsToFind = new List <string>();

        if (GenericNetworkManager.instance.AzureAnchorID != "")
        {
            anchorsToFind.Add(GenericNetworkManager.instance.AzureAnchorID);
        }

        CloudManager.SetAnchorIdsToLocate(anchorsToFind);
    }