Show / Hide Table of Contents

delegate EaseFunc

An easing function that controls the timing of a tween.

Syntax
public delegate float EaseFunc(float t);
Parameters
Type Name Description
System.Single t

Normalized time in range [0, 1].

Returns
Type Description
System.Single

The interpolated value.

See Also

Ease(Ease)
  • View Source
On this page
Back to top Generated by DocFX