跳到主要内容

Interface ITrackContainer

Properties

count

int count { get; }

clipCount

int clipCount { get; }

eventCount

int eventCount { get; }

this[]

EditorTrack this[int index] { get; }

Methods

AddTrack(EditorTrack editorTrack, [bool modifyPersistentData = true])

void AddTrack(EditorTrack editorTrack, [bool modifyPersistentData = true])

RemoveTrack(EditorTrack editorTrack, [bool modifyPersistentData = true])

void RemoveTrack(EditorTrack editorTrack, [bool modifyPersistentData = true])

AddTracks(IEnumerable<EditorTrack> editorTracks, [bool modifyPersistentData = true])

void AddTracks(IEnumerable<EditorTrack> editorTracks, [bool modifyPersistentData = true])

RemoveTracks(IEnumerable<EditorTrack> editorTracks, [bool modifyPersistentData = true])

void RemoveTracks(IEnumerable<EditorTrack> editorTracks, [bool modifyPersistentData = true])