Example #1
0
    public void SetUpAnchorIDsToLocate()
    {
        List <string> anchorsToFind = new List <string>();

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

        CloudManager.SetAnchorIdsToLocate(anchorsToFind);
    }
    public void SetUpAnchorIDsToLocate()
    {
        List <string> anchorsToFind = new List <string>();

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

        CloudManager.SetAnchorIdsToLocate(anchorsToFind);
    }