Summary
A Custom Easing
is being started but its weight calculation does not go from 0 to 1.
- Assembly
- Animancer
.dll - Namespace
- Animancer
- Containing Type
- OptionalWarning
Syntax
FadeEasingBounds
Remarks
The
Animancer.FadeGroup.Easing
method is expected to return 0 when the parameter is 0 and
1 when the parameter is 1. It can do anything you want with other values,
but starting or ending at different values will likely lead to undesirable results.
If your Animancer.FadeGroup.Easing
method is expensive you could disable this warning to save
some performance, but violating the above guidelines is not recommended.
Constant Value
Value | Type |
---|---|
8192 | Int32 |