MixerState<TParameter>.

SetThreshold(int, TParameter) Method

Summary

Sets the value of the threshold associated with the specified `index`.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
MixerState<TParameter>

Syntax

public void SetThreshold(int index, TParameter threshold)

Parameters

Name Type Description
index int
threshold TParameter

Return Value

Type Description
void