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