Summary
Removes an
Animancer.Parameter`1.OnValueChanged
callback to the parameter registered with the `key`.
- Assembly
- Animancer
.dll - Namespace
- Animancer
- Containing Type
- ParameterDictionary
Syntax
public void RemoveOnValueChanged<T>(StringReference key, Action<T> onValueChanged)
Remarks
The `key` must not be null or empty.
Type Parameters
Name | Description |
---|---|
T |
Parameters
Name | Type | Description |
---|---|---|
key | StringReference | |
onValueChanged | Action |
Return Value
Type | Description |
---|---|
void |