AnimancerLayer.

GetChild(int) Method

Summary

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

Syntax

public override AnimancerState GetChild(int index)

Remarks

This method is identical to Animancer.AnimancerLayer.Item(System.Int32).

Parameters

Name Type Description
index int

Return Value

Type Description
AnimancerState