AnimancerPlayable.LayerList.

AnimancerPlayable.

GetLayer(int) Method

Summary

Returns the layer at the specified index.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerPlayable.LayerList

Syntax

public AnimancerLayer GetLayer(int index)

Remarks

To create a new layer if the target doesn't exist, use Animancer.AnimancerPlayable.LayerList.Item(System.Int32) instead.

Parameters

Name Type Description
index int

Return Value

Type Description
AnimancerLayer