Parameter<T>.

Value Property

Summary

The current value of this parameter.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
Parameter<T>

Syntax

public T Value { get; set; }

Remarks

Setting this value invokes Animancer.Parameter`1.OnValueChanged.

Value

Type Description
T