AnimancerPlayable.LayerList.

AnimancerPlayable.

this[int] Property

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
AnimancerPlayable.LayerList

Syntax

public AnimancerLayer this[int index] { get; }

Remarks

To only get an existing layer without creating new ones, use Animancer.AnimancerPlayable.LayerList.GetLayer(System.Int32) instead.

Parameters

Name Type Description
index int

Value

Type Description
AnimancerLayer