FadeGroup.

SetNodes(AnimancerNode, AnimancerNode, IReadOnlyList<AnimancerNode>, bool) Method

Summary

Assigns the target nodes that will be faded.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
FadeGroup

Syntax

public void SetNodes(AnimancerNode parent, AnimancerNode fadeIn, IReadOnlyList<AnimancerNode> fadeOut, bool keepChildrenConnected)

Parameters

Name Type Description
parent AnimancerNode
fadeIn AnimancerNode
fadeOut IReadOnlyList<AnimancerNode>
keepChildrenConnected bool

Return Value

Type Description
void