GetAnimatorTransitionInfo(int)
Returns an AnimatorTransitionInfo with the informations on the current transition.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Animations
- Assembly: UnityEngine.AnimationModule
public AnimatorTransitionInfo GetAnimatorTransitionInfo(int layerIndex)
Parameters
The layer's index.
Returns
Type | Description |
|---|---|
| AnimatorTransitionInfo | An AnimatorTransitionInfo with the informations on the current transition. |