Summary
If a `state` is registered with the `key` or the
Animancer.TransitionLibraries.TransitionLibrary,
is using it as an alias, this method outputs it and returns true.
Otherwise the `state` is set to null and this method returns false.
- Assembly
- Animancer
.dll - Namespace
- Animancer
- Containing Type
- Animancer
State Dictionary
Syntax
public bool TryGetAlias(Object key, out AnimancerState state)
Parameters
| Name | Type | Description |
|---|---|---|
| key | Object | |
| state | AnimancerState |
Return Value
| Type | Description |
|---|---|
| bool |