Unity-jump-proj
This commit is contained in:
@ -0,0 +1,16 @@
|
||||
using UnityEngine;
|
||||
using UnityEngine.Timeline;
|
||||
|
||||
namespace UnityEditor.Timeline
|
||||
{
|
||||
interface IRowGUI
|
||||
{
|
||||
TrackAsset asset { get; }
|
||||
Rect boundingRect { get; }
|
||||
bool locked { get; }
|
||||
bool showMarkers { get; }
|
||||
bool muted { get; }
|
||||
|
||||
Rect ToWindowSpace(Rect treeViewRect);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user