Summary
Each element returned by `enumerator` is appended to `text`.
- Assembly
- Animancer
.dll - Namespace
- Animancer
- Containing Type
- AnimancerUtilities
Syntax
public static void AppendDeepToString(StringBuilder text, IEnumerator enumerator, string separator, Func<Object, Object> toString = null)
Parameters
Name | Type | Description |
---|---|---|
text | StringBuilder | |
enumerator | IEnumerator | |
separator | string | |
toString | Func |
Return Value
Type | Description |
---|---|
void |