Method DeleteTrack
DeleteTrack(TrackAsset)
Deletes a track from a timeline, including all clips and subtracks.
선언
public bool DeleteTrack(TrackAsset track)
파라미터
타입 | 이름 | 설명 |
---|---|---|
TrackAsset | track | The track to delete. It must be owned by this Timeline. |
반환
타입 | 설명 |
---|---|
bool | True if the track was deleted successfully. |