OptionalWarning.

CustomFadeBounds Field

Summary

A Custom Fade is being started but its weight calculation does not go from 0 to 1.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
OptionalWarning

Syntax

CustomFadeBounds

Remarks

The Animancer.CustomFade.CalculateWeight(System.Single) 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 violating that guideline will trigger this warning because it would likely lead to undesirable results.

If your Animancer.CustomFade.CalculateWeight(System.Single) method is expensive you could disable this warning to save some performance, but violating the above guidelines is not recommended.

Constant Value

Value Type
32768 Int32