This is the old Animancer v7.4 documentation. Click here for the latest version.

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