How to change a playable's time when the timeline is playing

I created a track and its clip, behavior, mixer.
In the PlayableBehavior ProcessFrame, I tried playable.settime(), but it doesn’t work.

When playing the timeline, I want to set the time of a clip in the ProcessFrame of a clip’s Behavior.

1 Like

I want to do the same thing, anyone know how to do this?