Summary
Assigns the `state` as a child of this mixer.
- Assembly
- Animancer
.dll - Namespace
- Animancer
- Containing Type
- ManualMixerState
Syntax
public void Add(AnimancerState state)
Remarks
The `state` must not be null. To remove a child, call
Animancer.ManualMixerState.Remove(System.Int32,System.Boolean)
instead.Parameters
Name | Type | Description |
---|---|---|
state | AnimancerState |
Return Value
Type | Description |
---|---|
void |