ManualMixerState.

GetChild(int) Method

Summary

Returns the state connected to the specified `index` as a child of this node.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
ManualMixerState

Syntax

public override sealed AnimancerState GetChild(int index)

Remarks

When overriding, don't call this base method because it throws an exception.

Parameters

Name Type Description
index int

Return Value

Type Description
AnimancerState