bea2dce063
test
15 lines
332 B
C#
15 lines
332 B
C#
using UnityEngine;
|
|
using UnityEngine.Playables;
|
|
|
|
namespace UnityEngine.Timeline
|
|
{
|
|
/// <summary>
|
|
/// A Track whose clips control time-related elements on a GameObject.
|
|
/// </summary>
|
|
[TrackClipType(typeof(ControlPlayableAsset), false)]
|
|
[ExcludeFromPreset]
|
|
public class ControlTrack : TrackAsset
|
|
{
|
|
}
|
|
}
|