예제 #1
0
    public void ShowNativeLoading()
    {
        if (!isLoading)
        {
            isLoading = true;

            utilsPlugin.ShowNativeLoading("loading please wait...", false);
            Invoke("HideNativeLoading", 1f);
        }
    }