Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


OnBehaviourPlay(Playable, FrameData)

This function is called when the Playable play state is changed to PlayState.Playing.
Read time 1 minuteLast updated 6 days ago

Definition

public virtual void OnBehaviourPlay(Playable playable, FrameData info)

Parameters

playable

The Playable that owns the current PlayableBehaviour.

A FrameData structure that contains information about the current frame context.