예제 #1
0
    void OnDestroy()
    {
        if (thread != null)
        {
            thread.Terminate();
        }

        // clean up global value
        instance    = null;
        initialized = false;
    }