Class PlayableTrack
A PlayableTrack is a track whose clips are custom playables.
Inherited Members
Namespace: UnityEngine.Timeline
Assembly: solution.dll
Syntax
[Serializable]
public class PlayableTrack : TrackAsset, IPlayableAsset, IPropertyPreview, ISerializationCallbackReceiver
Remarks
This is a track that can contain PlayableAssets that are found in the project and do not have their own specified track type.
Methods
Name | Description |
---|---|
OnCreateClip(TimelineClip) | Called when a clip is created on a track. |