AnimancerGraph.

AppendGraphDetails(StringBuilder, string, string) Method

Summary

Appends the structure of the Animancer.AnimancerGraph.PlayableGraph.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerGraph

Syntax

public void AppendGraphDetails(StringBuilder text, string itemPrefix = "\n", string indent = "    ")

Parameters

Name Type Description
text StringBuilder
itemPrefix string
indent string

Return Value

Type Description
void