testss
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace UnityEditor.Timeline
|
||||
{
|
||||
interface IAddDeleteItemMode
|
||||
{
|
||||
void InsertItemsAtTime(IEnumerable<ItemsPerTrack> itemsGroups, double requestedTime);
|
||||
void RemoveItems(IEnumerable<ItemsPerTrack> itemsGroups);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user