IHasDescription.

AppendDescription(StringBuilder, string) Method

Summary

Appends a detailed descrption of the current details of this object.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
IHasDescription

Syntax

void AppendDescription(StringBuilder text, string separator = "\n")

Remarks

Animancer.AnimancerUtilities.GetDescription(Animancer.IHasDescription,System.String) calls this method with a pooled System.Text.StringBuilder.

Parameters

Name Type Description
text StringBuilder
separator string

Return Value

Type Description
void