AnimancerUtilities.

DeepToString(IEnumerator, Func<Object, Object>) Method

Summary

Returns a string containing the value of each element in `enumerator` (each on a new line).
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerUtilities

Syntax

public static string DeepToString(this IEnumerator enumerator, Func<Object, Object> toString = null)

Parameters

Name Type Description
enumerator IEnumerator
toString Func<Object, Object>

Return Value

Type Description
string