Class TrackEditor
Use this class to customize track types in the TimelineEditor.
Inherited Members
Namespace: UnityEditor .Timeline
Assembly: solution.dll
Syntax
public class TrackEditor
Fields
Name | Description |
---|---|
Default |
The default height of a track. |
Maximum |
The maximum height of a track. |
Minimum |
The minimum unscaled height of a track. |
Methods
Name | Description |
---|---|
Get |
Override this method to determine which object to bind to By default, the |
Get |
Gets the binding type for a track. |
Get |
Gets the error text for the specified track. |
Get |
Gets the color information of a track. |
Get |
Implement this method to override the default options for drawing a track. |
Is |
Override this method to validate if a binding for The default implementation of this method will return true if
|
On |
Callback for when a track is created. |
On |
Callback for when a track is changed. |