Summary
An
Animancer.AnimancerNodeBase.Graph
is null during finalization (garbage collection).
- Assembly
- Animancer
.dll - Namespace
- Animancer
- Containing Type
- OptionalWarning
Syntax
UnusedNode
Remarks
This probably means that node was never used for anything and should not have been created.
This warning can be prevented for a specific node by calling
Animancer.AnimancerNodeBase.MarkAsUsed(Animancer.AnimancerNodeBase)
.
To minimise the performance cost of checking this warning, it does not capture the stack trace of the
node's creation by default. However, you can enable Animancer.AnimancerNode.TraceConstructor
on startup
so that it can include the stack trace in the warning message for any nodes that end up being unused.
Constant Value
Value | Type |
---|---|
32768 | Int32 |