ControllerState.

GetCurrentAnimatorClipInfo(int, List<AnimatorClipInfo>) Method

Summary

Gets information about the UnityEngine.AnimationClips currently being played.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
ControllerState

Syntax

public void GetCurrentAnimatorClipInfo(int layerIndex, List<AnimatorClipInfo> clips)

Parameters

Name Type Description
layerIndex int
clips List<AnimatorClipInfo>

Return Value

Type Description
void