LinearMixerState.

AssignLinearThresholds(float, float) Method

Summary

Assigns the thresholds to be evenly spaced between the specified min and max (inclusive).
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
LinearMixerState

Syntax

public LinearMixerState AssignLinearThresholds(float min = 0, float max = 1)

Parameters

Name Type Description
min float
max float

Return Value

Type Description
LinearMixerState