Class RecorderTrack
Indicates the Track type for the Recorder.
Inherited Members
TrackAsset.m_Clips
TrackAsset.OnBeforeTrackSerialize()
TrackAsset.OnAfterTrackDeserialize()
TrackAsset.DeleteClip(TimelineClip)
TrackAsset.GatherProperties(PlayableDirector, IPropertyCollector)
TrackAsset.OnCreateClip(TimelineClip)
TrackAsset.start
TrackAsset.end
TrackAsset.duration
TrackAsset.muted
TrackAsset.mutedInHierarchy
TrackAsset.timelineAsset
TrackAsset.parent
TrackAsset.isEmpty
TrackAsset.hasClips
TrackAsset.hasCurves
TrackAsset.isSubTrack
TrackAsset.outputs
TrackAsset.curves
TrackAsset.locked
TrackAsset.lockedInHierarchy
TrackAsset.supportsNotifications
Namespace: UnityEditor.Recorder.Timeline
Assembly: solution.dll
Syntax
[Serializable]
[TrackClipType(typeof(RecorderClip))]
[TrackColor(0, 0.53, 0.08)]
public class RecorderTrack : TrackAsset, ISerializationCallbackReceiver, IPropertyPreview