AnimancerNode.

AppendDetails(StringBuilder, string) Method

Summary

Called by Animancer.AnimancerNode.AppendDescription(System.Text.StringBuilder,System.String) to append the details of this node.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerNode

Syntax

protected virtual void AppendDetails(StringBuilder text, string separator)

Parameters

Name Type Description
text StringBuilder
separator string

Return Value

Type Description
void