Class FolderTrack
The timeline track that represents a folder used to group and organize tracks.
Namespace: FlaxEditor.GUI.Timeline.Tracks
Assembly: FlaxEngine.CSharp.dll
Syntax
public class FolderTrack : ConductorTrack, IComparable, IDrawable, IKeyframesEditorContext
Constructors
FolderTrack(ref TrackCreateOptions)
Initializes a new instance of the FolderTrack class.
Declaration
public FolderTrack(ref TrackCreateOptions options)
Parameters
FlaxEditor.GUI.Timeline.TrackCreateOptions
options
The options. |
Methods
CanAddChildTrack(Track)
Declaration
protected override bool CanAddChildTrack(Track track)
Parameters
FlaxEditor.GUI.Timeline.Track
track
|
Returns
System.Boolean
|
Overrides
FlaxEditor.GUI.Timeline.Track.CanAddChildTrack(FlaxEditor.GUI.Timeline.Track)
GetArchetype()
Gets the archetype.
Declaration
public static TrackArchetype GetArchetype()
Returns
FlaxEditor.GUI.Timeline.TrackArchetype
The archetype. |
Extension Methods
See Also
FlaxEditor.GUI.Timeline.Track