Class AudioTrack
The timeline track that represents an audio clip playback.
Inheritance
System.Object
FlaxEditor.GUI.Timeline.Track
AudioTrack
Implements
System.IComparable
Namespace: FlaxEditor.GUI.Timeline.Tracks
Assembly: FlaxEngine.CSharp.dll
Syntax
public class AudioTrack : SingleMediaAssetTrack<AudioClip, AudioMedia>, IComparable, IDrawable
Constructors
AudioTrack(ref TrackCreateOptions)
Declaration
public AudioTrack(ref TrackCreateOptions options)
Parameters
FlaxEditor.GUI.Timeline.TrackCreateOptions
options
|
Methods
GetArchetype()
Gets the archetype.
Declaration
public static TrackArchetype GetArchetype()
Returns
FlaxEditor.GUI.Timeline.TrackArchetype
The archetype. |
OnAssetChanged()
Called when selected asset gets changed.
Declaration
protected override void OnAssetChanged()
Overrides
FlaxEditor.GUI.Timeline.Tracks.SingleMediaAssetTrack<FlaxEngine.AudioClip, FlaxEditor.GUI.Timeline.Tracks.AudioMedia>.OnAssetChanged()
OnSubTracksChanged()
Declaration
protected override void OnSubTracksChanged()
Overrides
FlaxEditor.GUI.Timeline.Track.OnSubTracksChanged()
Extension Methods
See Also
FlaxEditor.GUI.Timeline.Track