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 |
|
| keepChildrenConnected | bool |
Return Value
| Type | Description |
|---|---|
| void |