This version of Unity is unsupported.
Method group is Obsolete

PlayableBehaviour.OnBehaviourDelay

Obsolete public void OnBehaviourDelay(Playables.Playable playable, Playables.FrameData info);

Parameters

playable The Playable that owns the current PlayableBehaviour.
info A FrameData structure that contains information about the current frame context.

Description

This function is called when the Playable play state is changed to Playables.PlayState.Delayed.