SocialManager.Logout C# (CSharp) 메소드

Logout() 공개 메소드

public Logout ( ) : void
리턴 void
    public void Logout()
    {
        #if (UNITY_IPHONE || UNITY_ANDROID)
        if (Social.localUser.authenticated) {
            StartCoroutine(LogoutCo());
        }
        #endif
    }