This Node is used to manage the most common interactions with the Unity Animator Component.
This Over Component requires an Animator to be set up, see Unity Manual for more info.
Based on the action the Animator is required to perform, this component changes its behavior and requirements.
Action Types
The OVER SDK provides several ways to interact with the Unity Animator Component. A list is present in OvrAnimatorActionType.
Cross Fade
Creates a crossfade from the current Animator state to any other state using normalized times.
Fades the animation, with name "StateName", in over a period of "TransitionDuration" seconds and fades other animations out.
The OVER SDK provides two ways to achieve this: either via the State Name [CrossFadeString, accepting OvrString], or the Hash representation of said name [CrossFadeInt, accepting OvrInt].
Note: the following attributes are added to the existing ones from the super class OvrNode