Class SingleMediaTrack<TMedia>
The base class for timeline tracks that use single media.
Inheritance
System.Object
FlaxEditor.GUI.Timeline.Track
SingleMediaTrack<TMedia>
Implements
System.IComparable
Namespace: FlaxEditor.GUI.Timeline.Tracks
Assembly: FlaxEngine.CSharp.dll
Syntax
public abstract class SingleMediaTrack<TMedia> : Track, IComparable, IDrawable where TMedia : Media, new()
Type Parameters
TMedia
The type of the media. |
Constructors
SingleMediaTrack(ref TrackCreateOptions)
Declaration
protected SingleMediaTrack(ref TrackCreateOptions options)
Parameters
FlaxEditor.GUI.Timeline.TrackCreateOptions
options
|
Properties
TrackMedia
Gets the track media.
Declaration
public TMedia TrackMedia { get; }
Property Value
TMedia
|
Methods
OnSpawned()
Declaration
public override void OnSpawned()
Overrides
FlaxEditor.GUI.Timeline.Track.OnSpawned()
Extension Methods
See Also
FlaxEditor.GUI.Timeline.Track