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