Summary
Appends a detailed descrption of the current details of this object.
- Assembly
- Animancer
.dll - Namespace
- Animancer
- Containing Type
- AnimancerNode
Syntax
public 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 |