Summary
[Pro-Only]
Sets the
Animancer.ITransition.FadeDuration
to use when transitioning from `from` to `to`.
- Assembly
- Animancer
.dll - Namespace
- Animancer
.TransitionLibraries - Containing Type
- TransitionLibrary
Syntax
public void SetFadeDuration(IHasKey from, ITransition to, float fadeDuration)
Parameters
Name | Type | Description |
---|---|---|
from | IHasKey | |
to | ITransition | |
fadeDuration | float |
Return Value
Type | Description |
---|---|
void |