AnimancerLayer.

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
AnimancerLayer

Syntax

protected override void AppendDetails(StringBuilder text, string separator)

Parameters

Name Type Description
text StringBuilder
separator string

Return Value

Type Description
void