AnimancerLayer.

AddChild(AnimancerState) Method

Summary

Adds a new port and uses Animancer.AnimancerState.SetParent(Animancer.AnimancerNode,System.Int32) to connect the `state` to it.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerLayer

Syntax

public void AddChild(AnimancerState state)

Parameters

Name Type Description
state AnimancerState

Return Value

Type Description
void