ManualMixerState.

Set(int, AnimationClip, bool) Method

Summary

Replaces the child at the specified `index` with a new Animancer.ClipState.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
ManualMixerState

Syntax

public ClipState Set(int index, AnimationClip clip, bool destroyPrevious)

Parameters

Name Type Description
index int
clip AnimationClip
destroyPrevious bool

Return Value

Type Description
ClipState