Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetNextAnimatorClipInfoCount(int)

Returns the number of AnimatorClipInfo in the next state.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.AnimationModule
public int GetNextAnimatorClipInfoCount(int layerIndex)

Parameters

layerIndex

The layer index.

Returns

Type

Description

intThe number of AnimatorClipInfo in the next state.