none constant
FTooltipMotion
const none
A FTooltipMotion with no motion effects.
Implementation
static const FTooltipMotion none = .new(
scaleTween: FImmutableTween(begin: 1, end: 1),
fadeTween: FImmutableTween(begin: 1, end: 1),
);