예제 #1
0
        void OnDestroy()
        {
            if (_tracker)
            {
                _tracker.Stop();
            }

            if (_selectedInput != null)
            {
                _selectedInput.Close();
            }
        }