Summary
Returns the layer at the specified index. If it didn't already exist, this method creates it.
- Assembly
- Animancer
.dll - Namespace
- Animancer
- Containing Type
- AnimancerLayerList
Syntax
public AnimancerLayer this[int index] { get; }
Remarks
To only get an existing layer without creating new ones, use
Animancer.AnimancerLayerList.GetLayer(System.Int32) instead.Parameters
| Name | Type | Description |
|---|---|---|
| index | int |
Value
| Type | Description |
|---|---|
| AnimancerLayer |