usingUnityEngine;usingUnityEngine.Playables;namespaceUnityEngine.Timeline{/// <summary>/// A Track whose clips control time-related elements on a GameObject./// </summary>[TrackClipType(typeof(ControlPlayableAsset), false)][ExcludeFromPreset]publicclassControlTrack:TrackAsset{}}