ParameterDictionary.

SetValue<T>(StringReference, T) Method

Summary

Sets the `value` of the parameter registered with the `key`. Creates the parameter if it didn't exist yet.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
ParameterDictionary

Syntax

public void SetValue<T>(StringReference key, T value)

Remarks

The `key` must not be null or empty.

Type Parameters

Name Description
T

Parameters

Name Type Description
key StringReference
value T

Return Value

Type Description
void