Class PlayheadMarker
Marker used to simulate an alternate playhead
Namespace: Unity.Timeline.ECS
Syntax
[Serializable]
public class PlayheadMarker : ScriptableObject, IMarker
Properties
parent
Declaration
public TrackAsset parent { get; set; }
Property Value
Type | Description |
---|---|
TrackAsset |
time
Declaration
public double time { get; set; }
Property Value
Type | Description |
---|---|
Double |
Methods
Initialize(TrackAsset)
Declaration
public void Initialize(TrackAsset _parent)
Parameters
Type | Name | Description |
---|---|---|
TrackAsset | _parent |