@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace UnityEditor.Timeline
|
||||
{
|
||||
interface ISelectable : ILayerable
|
||||
{
|
||||
void Select();
|
||||
bool IsSelected();
|
||||
void Deselect();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user