Summary
Returns the layer at the specified index.
- Assembly
- Animancer
.dll - Namespace
- Animancer
- Containing Type
- AnimancerLayerList
Syntax
public AnimancerLayer GetLayer(int index)
Remarks
To create a new layer if the target doesn't exist, use
Animancer.AnimancerLayerList.Item(System.Int32) instead.Parameters
| Name | Type | Description |
|---|---|---|
| index | int |
Return Value
| Type | Description |
|---|---|
| AnimancerLayer |