Class ScreenFadeTrack
The timeline track that represents a screen fade animation.
Inheritance
System.Object
FlaxEditor.GUI.Timeline.Track
ScreenFadeTrack
Implements
System.IComparable
Namespace: FlaxEditor.GUI.Timeline.Tracks
Assembly: FlaxEngine.CSharp.dll
Syntax
public class ScreenFadeTrack : SingleMediaTrack<ScreenFadeMedia>, IComparable, IDrawable
Constructors
ScreenFadeTrack(ref TrackCreateOptions)
Initializes a new instance of the ScreenFadeTrack class.
Declaration
public ScreenFadeTrack(ref TrackCreateOptions options)
Parameters
FlaxEditor.GUI.Timeline.TrackCreateOptions
options
The options. |
Methods
GetArchetype()
Gets the archetype.
Declaration
public static TrackArchetype GetArchetype()
Returns
FlaxEditor.GUI.Timeline.TrackArchetype
The archetype. |
Extension Methods
See Also
FlaxEditor.GUI.Timeline.Track