AnimancerGraph.

UnpauseGraph() Method

Summary

Resumes playing the UnityEngine.Playables.PlayableGraph.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerGraph

Syntax

public void UnpauseGraph()

Remarks

If you're using the UnityEngine.Animator.runtimeAnimatorController, you can also unpause it by calling animancerComponent.Animator.playableGraph.Play();.

Return Value

Type Description
void