Beispiel #1
0
        void OnUndoRedoPerformed()
        {
            if (Selection.activeObject != SelectionContainer)
            {
                ClearSelection();
            }

            if (SelectionContainer != null)
            {
                SelectionContainer.SyncWithTargetClip();
            }

            PreviewActiveTime();
            AdjustTagBackgrounds();
        }