MixerState<TParameter>.

Add(AnimancerState, TParameter) Method

Summary

Assigns the `state` as a child of this mixer and assigns the `threshold` for it.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
MixerState<TParameter>

Syntax

public void Add(AnimancerState state, TParameter threshold)

Parameters

Name Type Description
state AnimancerState
threshold TParameter

Return Value

Type Description
void