コード例 #1
0
    public void StopAzureSession()
    {
        CloudManager.EnableProcessing = false;
        CloudManager.ResetSession();

        OnEndASASession?.Invoke();
    }
コード例 #2
0
 public void StopAzureSession()
 {
     DebugWindowMessaging.Clear();
     CloudManager.EnableProcessing = false;
     CloudManager.ResetSession();
     Debug.Log("Azure Session Stopped!!");
 }