Summary
Gets the value of the parameter registered with the `key`.
Returns the default value if no such parameter exists.
- Assembly
- Animancer
.dll - Namespace
- Animancer
- Containing Type
- ParameterDictionary
Syntax
public T GetValue<T>(StringReference key)
Remarks
The `key` must not be null or empty.
Type Parameters
| Name | Description |
|---|---|
| T |
Parameters
| Name | Type | Description |
|---|---|---|
| key | StringReference |
Return Value
| Type | Description |
|---|---|
| T |