跳到主要内容

Class EditorGroupTrack

Properties

folded

public bool folded { get; set; }

normalColor

public override Color normalColor { get; }

count

public int count { get; }

clipCount

public int clipCount { get; }

eventCount

public int eventCount { get; }

this[]

public EditorTrack this[int index] { get; }

Constructors

EditorGroupTrack(GroupTrack groupTrack, GUIFactory guiFactory)

public EditorGroupTrack(GroupTrack groupTrack, GUIFactory guiFactory)

Methods

Fold()

public void Fold()

Unfold()

public void Unfold()

SetParent(ITrackContainer parent)

public override void SetParent(ITrackContainer parent)

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

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

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

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

AddTracks(IEnumerable<EditorTrack> editorTracks, bool modifyPersistentData)

public void AddTracks(IEnumerable<EditorTrack> editorTracks, bool modifyPersistentData)

RemoveTracks(IEnumerable<EditorTrack> editorTracks, bool modifyPersistentData)

public void RemoveTracks(IEnumerable<EditorTrack> editorTracks, bool modifyPersistentData)