AnimancerGraphCleanup.

AddGraph(AnimancerGraph) Method

Summary

[Editor-Only] Registers a `graph` to make sure it gets cleaned up properly.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
AnimancerGraphCleanup

Syntax

public static void AddGraph(AnimancerGraph graph)

Parameters

Name Type Description
graph AnimancerGraph

Return Value

Type Description
void