Struct ClipDrawOptions
The user-defined options for drawing a clip.
Inherited Members
Namespace: UnityEditor.Timeline
Assembly: solution.dll
Syntax
public struct ClipDrawOptions
Properties
| Name | Description |
|---|---|
| errorText | Text that indicates if the clip should display an error. |
| highlightColor | The color drawn under the clip. By default, the color is the same as the track color. |
| icons | Icons to display on the clip. |
| tooltip | The tooltip to show for the clip. |
Methods
| Name | Description |
|---|---|
| Equals(object) | Indicates whether this instance and a specified object are equal. |
| Equals(ClipDrawOptions) | |
| GetHashCode() | Returns the hash code for this instance. |
Operators
| Name | Description |
|---|---|
| operator ==(ClipDrawOptions, ClipDrawOptions) | |
| operator !=(ClipDrawOptions, ClipDrawOptions) |