Class Timeline.TrackLabel
Timeline track label
Implements
System.IComparable
Namespace: FlaxEditor.Windows.Profiler
Assembly: FlaxEngine.CSharp.dll
Syntax
public class TrackLabel : ContainerControl, IComparable, IDrawable
Constructors
TrackLabel()
Declaration
public TrackLabel()
Properties
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
System.String
|
Methods
Draw()
Draw the control and the children.
Declaration
public override void Draw()