Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


PrepareFrame(Playable, FrameData)

This function is called during the PrepareFrame phase of the PlayableGraph.
Read time 1 minuteLast updated 6 days ago

Definition

public virtual void PrepareFrame(Playable playable, FrameData info)

Parameters

playable

The Playable that owns the current PlayableBehaviour.

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

Remarks

PrepareFrame should be used to do topological modifications, change connection weights, time changes , etc.