Summary
Tries to get a `parameter` registered with the `key` and verifies its type.
- Assembly
- Animancer
.dll - Namespace
- Animancer
- Containing Type
- ParameterDictionary
Syntax
public bool TryGet<T>(StringReference key, out Parameter<T> parameter)
Remarks
The `key` must not be null or empty.
Type Parameters
Name | Description |
---|---|
T |
Parameters
Name | Type | Description |
---|---|---|
key | StringReference | |
parameter | Parameter |
Return Value
Type | Description |
---|---|
bool |