IsInTransition

IsInTransition(Animator, int, string)

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

説明

遷移中か判定する。

パラメーター

パラメーター名 説明
animator Animator
layerIndex レイヤーのインデックス
stateName ステート名

戻り値

ステートへの遷移中であればtrueを返す。