Summary
Adds the specified `keys` and `states`. Both arrays must be the same size.
- Assembly
- Animancer
.dll - Namespace
- Animancer
.FSM - Containing Type
- StateMachine
<TKey, TState>
Syntax
public void AddRange(TKey[] keys, TState[] states)
Parameters
Name | Type | Description |
---|---|---|
keys | TKey[] | |
states | TState[] |
Return Value
Type | Description |
---|---|
void |