コード例 #1
0
    void OnDestroy()
    {
        Game.terminate();

        RealTimeRAProcessCenter.terminate();

        FrameRecording.terminate();

        SceneViews.terminate();
    }
コード例 #2
0
ファイル: Main.cs プロジェクト: CookiRui/script
    void OnDestroy()
    {
        LogicEvent.remove(this);

#if FRAME_RECORDING
        FrameRecording.terminate();
#endif

#if !SCENEEDITOR_TOOL
        LuaProxy.terminate();
#endif

        SceneViews.terminate();

        RealTimeRAProcessCenter.terminate();

        Profiler.terminate();

        Game.terminate();

        Debuger.Close();
    }