Class AnimationEventTrack
The timeline track for AnimEvent and AnimContinuousEvent.
Implements
System.IComparable
Namespace: FlaxEditor.GUI.Timeline.Tracks
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class AnimationEventTrack : Track, IComparable, IDrawable
Constructors
AnimationEventTrack(ref TrackCreateOptions)
Declaration
public AnimationEventTrack(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. |
OnContextMenu(ContextMenu)
Declaration
protected override void OnContextMenu(ContextMenu menu)
Parameters
FlaxEditor.GUI.ContextMenu.ContextMenu
menu
|
Overrides
FlaxEditor.GUI.Timeline.Track.OnContextMenu(FlaxEditor.GUI.ContextMenu.ContextMenu)
OnTimelineContextMenu(ContextMenu, Single)
Declaration
public override void OnTimelineContextMenu(ContextMenu menu, float time)
Parameters
FlaxEditor.GUI.ContextMenu.ContextMenu
menu
|
System.Single
time
|
Overrides
FlaxEditor.GUI.Timeline.Track.OnTimelineContextMenu(FlaxEditor.GUI.ContextMenu.ContextMenu, System.Single)