Class AnimationGraphUpdateSystem
The animation graph update system is responsible for binding track graphs to different targets
It creates, updates and destroys the target-side DataFlowGraph nodes
Namespace: Unity.Timeline.Animation
Syntax
public class AnimationGraphUpdateSystem : ComponentSystem
Methods
OnCreate()
Declaration
protected override void OnCreate()
OnDestroy()
Declaration
protected override void OnDestroy()
OnUpdate()
Declaration
protected override void OnUpdate()