Class TimeControlPlayable
A PlayableBehaviour that manages a component that implements the ITimeControl interface
Inherited Members
Namespace: UnityEngine .Timeline
Assembly: solution.dll
Syntax
public class TimeControlPlayable : PlayableBehaviour, IPlayableBehaviour, ICloneable
Methods
Name | Description |
---|---|
Create(Playable |
Creates a Playable with a TimeControlPlayable behaviour attached |
Initialize(ITime |
Initializes the behaviour |
On |
This function is called when the Playable play state is changed to PlayState.Paused. |
On |
This function is called when the Playable play state is changed to Playables.PlayState.Playing. |
Prepare |
This function is called during the PrepareFrame phase of the PlayableGraph. |