AnimancerNode.

OnAddChild(IList<AnimancerState>, AnimancerState) Method

Summary

Connects the `state` to this node at its Animancer.AnimancerNode.Index.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerNode

Syntax

protected void OnAddChild(IList<AnimancerState> states, AnimancerState state)

Parameters

Name Type Description
states IList<AnimancerState>
state AnimancerState

Return Value

Type Description
void