AnimancerUtilities.

CalculateThresholdsFromAverageVelocityXZ(MixerState<Vector2>) Method

Summary

[Animancer Extension] [Pro-Only] Calculates all thresholds in the `mixer` using the Animancer.AnimancerState.AverageVelocity of each state on the X and Z axes.

Note that this method requires the Root Transform Position (XZ) -> Bake Into Pose toggle to be disabled in the Import Settings of each UnityEngine.AnimationClip in the mixer.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerUtilities

Syntax

public static void CalculateThresholdsFromAverageVelocityXZ(this MixerState<Vector2> mixer)

Parameters

Name Type Description
mixer MixerState<Vector2>

Return Value

Type Description
void