ManualMixerState.

Set(int, AnimancerState, bool) Method

Summary

Replaces the `child` at the specified `index`.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
ManualMixerState

Syntax

public void Set(int index, AnimancerState child, bool destroyPrevious)

Parameters

Name Type Description
index int
child AnimancerState
destroyPrevious bool

Return Value

Type Description
void