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 |
---|---|
displayClipName | Controls the display of the clip name. |
errorText | Text that indicates if the clip should display an error. |
hideScaleIndicator | Controls the display of the clip scale indicator. |
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) | Compares this object with another |
GetHashCode() | Returns the hash code for this instance. |
Operators
Name | Description |
---|---|
operator ==(ClipDrawOptions, ClipDrawOptions) | Compares two |
operator !=(ClipDrawOptions, ClipDrawOptions) | Compares two |