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