FrameData.EvaluationType
Describes the cause for the evaluation of a PlayableGraph.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.Playables
- Assembly: UnityEngine.CoreModule
public enum FrameData.EvaluationType
Fields
Value | Description |
|---|---|
| Evaluate | Indicates the graph was updated due to a call to PlayableGraph.Evaluate. |
| Playback | Indicates the graph was called by the runtime during normal playback due to PlayableGraph.Play being called. |