IsInTransition

IsInTransition(Animator, int, string)

public static bool IsInTransition(Animator animator, int layerIndex, string stateName) ;

Description

Determine if the transition is in progress.

Parameters

Parameter Name Description
animator Animator
layerIndex Layer index
stateName State name

Returns

Returns true if transitioning to state.