Class PostProcessMaterialTrack
The timeline track that represents a post-process material playback.
Inheritance
System.Object
    
    
    FlaxEditor.GUI.Timeline.Track
    
    
    PostProcessMaterialTrack
    Implements
System.IComparable
    
  Namespace: FlaxEditor.GUI.Timeline.Tracks
Assembly: FlaxEngine.CSharp.dll
Syntax
public class PostProcessMaterialTrack : SingleMediaAssetTrack<MaterialBase, PostProcessMaterialMedia>, IComparable, IDrawable
  Constructors
PostProcessMaterialTrack(ref TrackCreateOptions)
Initializes a new instance of the PostProcessMaterialTrack class.
Declaration
public PostProcessMaterialTrack(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