Example #1
0
 public void OnAnchorHosted(bool success, string response)
 {
     AnchorFinishedHosting = success;
     UIController.OnAnchorHosted(success, response);
 }
Example #2
0
 /// <summary>
 /// Callback indicating that the Cloud Anchor was hosted.
 /// </summary>
 /// <param name="success">If set to <c>true</c> indicates the Cloud Anchor was hosted
 /// successfully.</param>
 /// <param name="response">The response string received.</param>
 public void OnAnchorHosted(bool success, string response)
 {
     m_AnchorFinishedHosting = success;
     networkManagerUIController.OnAnchorHosted(success, response);
 }