This is the old Animancer v7.4 documentation. Click here for the latest version.

Parameter<T>.

OnValueChanged Event

Summary

Called whenever the Animancer.Parameter`1.Value is changed.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
Parameter<T>
Event Type
Action<T>

Syntax

public event Action<T> OnValueChanged