66 {
68 {
70 {
71 return t;
72 }
74 {
76 }
78 {
80 }
82 {
84 }
86 {
88 }
89 }
90 return t;
91 }
AnimatedGridSpacerEasingType m_EasingType
AnimatedGridSpacerEasingType
static float EaseOutBack(float t, float magnitude=1.70158)
static float EaseInOutCubic(float t)
static float EaseInOutQuad(float t)
static float EaseOutBounce(float t)
Input value between 0 and 1, returns value adjusted by easing, no automatic clamping of input(do your...