ParentState.

Add(AnimancerState) Method

Summary

Assigns the `state` as a child of this mixer.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
ParentState

Syntax

public virtual void Add(AnimancerState child)

Remarks

This is the same as calling Animancer.AnimancerState.SetParent(Animancer.AnimancerNode).

Parameters

Name Type Description
child AnimancerState

Return Value

Type Description
void