Class ClipEditor
Use this class to customize clip types in the TimelineEditor.
Inherited Members
Namespace: UnityEditor .Timeline
Assembly: solution.dll
Syntax
public class ClipEditor
Constructors
Name | Description |
---|---|
Clip |
Default constructor |
Methods
Name | Description |
---|---|
Draw |
Override this method to draw a background for a clip . |
Get |
Implement this method to override the default options for drawing a clip. |
Get |
The color drawn under the clip. By default, the color is the same as the track color. |
Get |
Gets the error text for the specified clip. |
Get |
Gets the sub-timelines for a specific clip. Implement this method if your clip supports playing nested timelines. |
On |
Called when a clip is changed by the Editor. |
On |
Called when a clip is created. |