Class TimelinePlayable
The root Playable generated by timeline.
Inherited Members
PlayableBehaviour.Clone()
Namespace: UnityEngine.Timeline
Assembly: solution.dll
Syntax
public class TimelinePlayable : PlayableBehaviour, IPlayableBehaviour, ICloneable
Methods
Name | Description |
---|---|
Compile(PlayableGraph, Playable, IEnumerable<TrackAsset>, GameObject, bool, bool) | Compiles the subgraph of this timeline |
Create(PlayableGraph, IEnumerable<TrackAsset>, GameObject, bool, bool) | Creates an instance of a Timeline |
PrepareFrame(Playable, FrameData) | Overridden to handle synchronizing time on the timeline instance. |