using UnityEngine; using UnityEngine.Playables; namespace UnityEngine.Timeline { /// /// A Track whose clips control time-related elements on a GameObject. /// [TrackClipType(typeof(ControlPlayableAsset), false)] [ExcludeFromPreset] public class ControlTrack : TrackAsset { } }