This is the old Animancer v7.4 documentation. Click here for the latest version.

AnimancerLayer.

this[int] Property

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