MixerState<TParameter>.

Parameter Property

Summary

The value used to calculate the weights of the child states.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
MixerState<TParameter>

Syntax

public TParameter Parameter { get; set; }

Remarks

Setting this value takes effect immediately (during the next animation update) without any Smoothing.

Value

Type Description
TParameter