Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


FrameData.EvaluationType

Describes the cause for the evaluation of a PlayableGraph.
Read time 1 minuteLast updated 6 days ago

Definition

public enum FrameData.EvaluationType

Fields

Value

Description

EvaluateIndicates the graph was updated due to a call to PlayableGraph.Evaluate.
PlaybackIndicates the graph was called by the runtime during normal playback due to PlayableGraph.Play being called.