Class Timeline.Event
Single timeline event control.
Implements
System.IComparable
Namespace: FlaxEditor.Windows.Profiler
Assembly: FlaxEngine.CSharp.dll
Syntax
public class Event : ContainerControl, IComparable, IDrawable
Constructors
Event()
Declaration
public Event()
Fields
DefaultHeight
The default height of the event.
Declaration
public const float DefaultHeight = 25F
Field Value
System.Single
|
Properties
Name
Gets or sets the event name.
Declaration
public string Name { get; set; }
Property Value
System.String
|
Methods
Draw()
Draw the control and the children.
Declaration
public override void Draw()
Overrides
OnParentChangedInternal()
Action fired when parent control gets changed.
Declaration
protected override void OnParentChangedInternal()