Summary
Returns the state connected to the specified `index` as a child of this node.
- Assembly
- Animancer
.dll - Namespace
- Animancer
- Containing Type
- AnimancerNode
Syntax
public virtual 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 |