| stateHash | The hash of the state name to transition to. |
| transitionDuration | The duration of the transition in normalized time. |
| normalizedTime | The normalized time offset to start the state at. Defaults to float.NegativeInfinity. |
Transitions to the specified state using normalized time.
Creates a crossfade transition to the specified state. The transition duration is specified in normalized time (relative to the state's duration). Use this method when you want to transition based on the state's normalized time scale.