Vector2MixerState.

GetThresholdBounds(Vector2, Vector2) Method

Summary

Gets the lowest and highest threshold values on each axis.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
Vector2MixerState

Syntax

public void GetThresholdBounds(out Vector2 min, out Vector2 max)

Parameters

Name Type Description
min Vector2
max Vector2

Return Value

Type Description
void