Class PlayableTrack
A PlayableTrack is a track whose clips are custom playables.
상속된 멤버
네임스페이스: UnityEngine.Timeline
어셈블리: solution.dll
구문
[Serializable]
public class PlayableTrack : TrackAsset, IPlayableAsset, IPropertyPreview, ISerializationCallbackReceiver
참고
This is a track that can contain PlayableAssets that are found in the project and do not have their own specified track type.
메서드
이름 | 설명 |
---|---|
OnCreateClip(TimelineClip) | Called when a clip is created on a track. |