Summary
Fades the child weights of a
Animancer.MixerState`1
to a new parameter value instead of fading
the actual parameter.
- Assembly
- Animancer
.dll - Namespace
- Animancer
- Containing Type
- MixerChildFade
Syntax
public static void FadeChildWeights<TParameter>(this MixerState<TParameter> mixer, TParameter parameter, float fadeDuration)
Remarks
See
Animancer.MixerChildFade
for a usage example.Type Parameters
Name | Description |
---|---|
TParameter |
Parameters
Name | Type | Description |
---|---|---|
mixer | MixerState |
|
parameter | TParameter | |
fadeDuration | float |
Return Value
Type | Description |
---|---|
void |