Interface IMarker
Interface implemented by markers.
Namespace: UnityEngine.Timeline
Assembly: solution.dll
Syntax
public interface IMarker
Remarks
A marker is a point in time.
Properties
Name | Description |
---|---|
parent | The track that contains the marker. |
time | The time set for the marker, in seconds. |
Methods
Name | Description |
---|---|
Initialize(TrackAsset) | This method is called when the marker is initialized. |