Summary
[Warning]
You should not use an
Animancer.AnimancerState
as a key.
The whole point of a key is to identify a state in the first place.
- Assembly
- Animancer
.dll - Namespace
- Animancer
- Containing Type
- Animancer
State Dictionary
Syntax
[Obsolete("You should not use an AnimancerState as a key. The whole point of a key is to identify a state in the first place.", true)]
public bool TryGet(AnimancerState key, out AnimancerState state)
Attributes
Type | Description |
---|---|
ObsoleteAttribute |
Parameters
Name | Type | Description |
---|---|---|
key | AnimancerState | |
state | AnimancerState |
Return Value
Type | Description |
---|---|
bool |