ManualMixerState.

Remove(int, bool) Method

Summary

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

Syntax

public void Remove(int index, bool destroy)

Parameters

Name Type Description
index int
destroy bool

Return Value

Type Description
void