LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

This version of Unity is unsupported.

EvaluationType

enumeration

Description

Describes the cause for the evaluation of a PlayableGraph.

Properties

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.