PlayableGraph.Evaluate

Declaration

public void Evaluate(float deltaTime = 0);

Declaration

public void Evaluate();

Parameters

deltaTime The time in seconds by which to advance each Playable in the graph.

Description

Evaluates all the PlayableOutputs in the graph, and updates all the connected Playables in the graph.


Did you find this page useful? Please give it a rating: