コード例 #1
0
    void OnDestroy()
    {
        ControllerHandler.RemoveTracker(this);

        zmq.close();
        running = false;
    }
コード例 #2
0
 void OnDisable()
 {
     //remove tracker from tracker list
     ControllerHandler.RemoveTracker(this);
 }
コード例 #3
0
 void OnDestroy()
 {
     ControllerHandler.RemoveTracker(this);
 }