Beispiel #1
0
    void PostRender()
    {
        if (!isSetup || isLoading)
        {
            return;
        }

        AtPostRender();

        if (currentAppState != null)
        {
            currentAppState.AtPostRender();
        }
    }