layerIndex | The layer's index. |
Gets the list of AnimatorClipInfo currently played by the next state.
Only valid during a transition. See Also: AnimatorClipInfo.
layerIndex | The layer's index. |
clips | Array to receive results. |
Gets the list of AnimatorClipInfo currently played by the next state.
This function is allocation-free if you pre-allocate the clips list with IAnimatorControllerPlayable.GetNextAnimatorClipInfoCount. Only valid during a transition. See Also: AnimatorClipInfo.