跳到主要内容

Class EditorGroupTrack

Properties

folded

public bool folded { get; set; }

normalColor

public Color normalColor { get; }

count

public int count { get; }

clipCount

public int clipCount { get; }

eventCount

public int eventCount { get; }

this[]

public EditorTrack this[] { get; }

Constructors

EditorGroupTrack(GroupTrack groupTrack, GUIFactory guiFactory)

public EditorGroupTrack(GroupTrack groupTrack, GUIFactory guiFactory)

Methods

void Fold()

public void Fold()

void Unfold()

public void Unfold()

override void SetParent(ITrackContainer parent)

public override void SetParent(ITrackContainer parent)

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

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

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

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

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

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

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

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