ManualMixerState.

Add(AnimancerState) Method

Summary

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

Syntax

public void Add(AnimancerState state)

Remarks

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

Parameters

Name Type Description
state AnimancerState

Return Value

Type Description
void