unreal.TransitionCurve
¶
- class unreal.TransitionCurve¶
Bases:
unreal.EnumBase
ETransition Curve
C++ Source:
Plugin: CommonUI
Module: CommonUI
File: SCommonAnimatedSwitcher.h
- CUBIC_IN¶
Cubic ease in
- Type
4
- CUBIC_IN_OUT¶
Cubic ease in, cubic ease out
- Type
6
- CUBIC_OUT¶
Cubic ease out
- Type
5
- LINEAR¶
Linear interpolation, with no easing
- Type
0
- QUAD_IN¶
Quadratic ease in
- Type
1
- QUAD_IN_OUT¶
Quadratic ease in, quadratic ease out
- Type
3
- QUAD_OUT¶
Quadratic ease out
- Type
2