MixerState<TParameter>.

Add(AnimationClip, TParameter) Method

Summary

Creates and returns a new Animancer.ClipState to play the `clip` as a child of this mixer, and assigns the `threshold` for it.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
MixerState<TParameter>

Syntax

public ClipState Add(AnimationClip clip, TParameter threshold)

Parameters

Name Type Description
clip AnimationClip
threshold TParameter

Return Value

Type Description
ClipState