Summary
Assigns the specified array as the thresholds to use for blending.
WARNING: if you keep a reference to the `thresholds` array you must call
Animancer.MixerState`1.OnThresholdsChanged
whenever any changes are made to it, otherwise this mixer may not blend correctly.
- Assembly
- Animancer
.dll - Namespace
- Animancer
- Containing Type
- MixerState
<TParameter>
Syntax
public void SetThresholds(params TParameter[] thresholds)
Parameters
Name | Type | Description |
---|---|---|
thresholds | TParameter[] |
Return Value
Type | Description |
---|---|
void |