using System.Collections.Generic;
using UnityEngine.Timeline;
namespace UnityEditor.Timeline.Actions
{
    /// 
    /// Base class for a track action.
    /// Inherit from this class to make an action that would react on selected tracks after a menu click and/or a key shortcut.
    /// 
    /// 
    /// Simple track Action example (with context menu and shortcut support).
    ///