AnimancerNode.

GetConstructorStackTrace(AnimancerNode) Method

Summary

[Assert-Only] Returns the stack trace of the constructor (or null if Animancer.AnimancerNode.TraceConstructor was false).
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerNode

Syntax

public static StackTrace GetConstructorStackTrace(AnimancerNode node)

Parameters

Name Type Description
node AnimancerNode

Return Value

Type Description
StackTrace