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 AnimancerState this[int index] { get; }
Remarks
This indexer is identical to
Animancer.AnimancerLayer.GetChild(System.Int32)
.Parameters
Name | Type | Description |
---|---|---|
index | int |
Value
Type | Description |
---|---|
AnimancerState |