AnimancerPlayable.

SetDummyRoot(AnimancerNode) Method

Summary

Assigns a dummy Animancer.AnimancerNode.Root to avoid Animancer.OptionalWarning.UnusedNode during Unit Tests where states are not necessarily used.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerPlayable

Syntax

public static void SetDummyRoot(AnimancerNode node)

Parameters

Name Type Description
node AnimancerNode

Return Value

Type Description
void