Class PreviewTimerComponentSystem
System to explicitly set the preview timer time Used to synchronize the playable director time of the Timeline Editor
Inherited Members
Unity.Entities.ComponentSystemBase.GetEntityQuery(Unity.Collections.NativeArray<Unity.Entities.ComponentType>)
Unity.Entities.ComponentSystemBase.ExecutingSystemType
Namespace: Unity.Timeline.Editor
Syntax
public class PreviewTimerComponentSystem : ComponentSystem
Properties
previewTime
Declaration
public DiscreteTime previewTime { get; set; }
Property Value
Type | Description |
---|---|
DiscreteTime |
Methods
OnUpdate()
Declaration
protected override void OnUpdate()