Class Timeline
Events timeline control.
Implements
System.IComparable
Namespace: FlaxEditor.Windows.Profiler
Assembly: FlaxEngine.CSharp.dll
Syntax
public class Timeline : Panel, IComparable, IDrawable
Constructors
Timeline()
Properties
EventsContainer
Gets the events container control. Use it to remove/add events to the timeline.
Declaration
public ContainerControl EventsContainer { get; }
Property Value
ContainerControl
|