Struct TrackDrawOptions
The user-defined options for drawing a track."
Inherited Members
Namespace: UnityEditor.Timeline
Assembly: solution.dll
Syntax
public struct TrackDrawOptions
Properties
| Name | Description |
|---|---|
| errorText | Text that indicates if the track should display an error. |
| icon | The icon displayed on the track header. |
| minimumHeight | The minimum height of the track. |
| trackColor | The highlight color of the track. |
Methods
| Name | Description |
|---|---|
| Equals(object) | Indicates whether this instance and a specified object are equal. |
| Equals(TrackDrawOptions) | |
| GetHashCode() | Returns the hash code for this instance. |
Operators
| Name | Description |
|---|---|
| operator ==(TrackDrawOptions, TrackDrawOptions) | |
| operator !=(TrackDrawOptions, TrackDrawOptions) |