SetStateAuthFailed









How do I use Set State Auth Failed
Below are practical examples compiled from projects for learning and reference purposes

Featured Snippets


File name: GUICustomAuth.cs Copy
35     public void OnCustomAuthenticationFailed(string debugMessage)
36     {
37         this.authDebugMessage = debugMessage;
38         SetStateAuthFailed();
39     }
File name: GUICustomAuth.cs Copy
64     public void SetStateAuthFailed()
65     {
66         RootOf3dButtons.SetActive(false);
67         guiState = GuiState.AuthFailed;
68     }

SetStateAuthFailed 122 lượt xem

Gõ tìm kiếm nhanh...