Class MarkerEditor
Use this class to customize marker types in the TimelineEditor.
Inherited Members
Namespace: UnityEditor.Timeline
Assembly: solution.dll
Syntax
public class MarkerEditor
Constructors
Name | Description |
---|---|
MarkerEditor() | Default constructor |
Methods
Name | Description |
---|---|
DrawOverlay(IMarker, MarkerUIStates, MarkerOverlayRegion) | Draws additional overlays for a marker. |
GetMarkerOptions(IMarker) | Implement this method to override the default options for drawing a marker. |
OnCreate(IMarker, IMarker) | Called when a marker is created. |