MixerState<TParameter>.

NormalizedParameter Property

Summary

The Animancer.MixerState`1.Parameter normalized across all thresholds.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
MixerState<TParameter>

Syntax

public abstract TParameter NormalizedParameter { get; set; }

Remarks

If the threshold range includes both negative and positive values, the normalized range is -1 to 1. Otherwise, the normalized range is 0 to 1.

Value

Type Description
TParameter