using System;
using UnityEngine;
namespace UnityEditor.Timeline.Actions
{
    /// 
    /// Use this attribute to add a menu item to a context menu.
    /// Used to indicate path and priority that are auto added to the menu
    /// (examples can be found on this page).
    /// 
    /// 
    ///