Class NestedSceneAnimationTrack
The timeline track that represents a nested scene animation playback.
Inheritance
System.Object
    
    
    FlaxEditor.GUI.Timeline.Track
    
    
    NestedSceneAnimationTrack
    Implements
System.IComparable
    
  Namespace: FlaxEditor.GUI.Timeline.Tracks
Assembly: FlaxEngine.CSharp.dll
Syntax
public class NestedSceneAnimationTrack : SingleMediaAssetTrack<SceneAnimation, NestedSceneAnimationMedia>, IComparable, IDrawable
  Constructors
NestedSceneAnimationTrack(ref TrackCreateOptions)
Declaration
public NestedSceneAnimationTrack(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.SceneAnimation, FlaxEditor.GUI.Timeline.Tracks.NestedSceneAnimationMedia>.OnAssetChanged()
  
  
  
  
  
  OnTimelineChanged(Timeline)
Declaration
public override void OnTimelineChanged(Timeline timeline)
  Parameters
| 
        FlaxEditor.GUI.Timeline.Timeline
        timeline
         
  | 
    
Overrides
FlaxEditor.GUI.Timeline.Track.OnTimelineChanged(FlaxEditor.GUI.Timeline.Timeline)
  
  
  
  
  
  Extension Methods
See Also
FlaxEditor.GUI.Timeline.Track