Class NestedSceneAnimationMedia
The timeline media that represents a nested scene animation media event.
Implements
System.IComparable
Namespace: FlaxEditor.GUI.Timeline.Tracks
Assembly: FlaxEngine.CSharp.dll
Syntax
public class NestedSceneAnimationMedia : Media, IComparable, IDrawable
Constructors
NestedSceneAnimationMedia()
Declaration
public NestedSceneAnimationMedia()
Methods
OnTimelineChanged(Track)
Called when parent track gets changed.
Declaration
public override void OnTimelineChanged(Track track)
Parameters
FlaxEditor.GUI.Timeline.Track
track
The track. |