Class TimelineClipExtensions
Extension methods for TimelineClip
상속된 멤버
네임스페이스: UnityEngine.Timeline
어셈블리: solution.dll
구문
public static class TimelineClipExtensions
메서드
이름 | 설명 |
---|---|
MoveToTrack(TimelineClip, TrackAsset) | Tries to move a TimelineClip to a different track. Validates that the destination track can accept the clip before performing the move. Fails if the clip's PlayableAsset is null, the current and destination tracks are the same or the destination track cannot accept the clip. |
TryMoveToTrack(TimelineClip, TrackAsset) | Tries to move a TimelineClip to a different track. Validates that the destination track can accept the clip before performing the move. Fails if the clip's PlayableAsset is null, the current and destination tracks are the same or the destination track cannot accept the clip. |