AnimancerGraph.

DestroyPlayables() Method

Summary

Destroys this Animancer.AnimancerGraph and everything inside it (layers, states, etc.) without destroying the Animancer.AnimancerGraph.PlayableGraph.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerGraph

Syntax

public void DestroyPlayables()

Remarks

This can be useful if Animancer was initialized inside a UnityEngine.Playables.PlayableGraph owned by another system such as Unity's Animation Rigging package. Otherwise, use Animancer.AnimancerGraph.Destroy.

Return Value

Type Description
void