Skip to content

UIEasing Class

Definition

Namespace: Brine2D.UI

Standard easing functions for use with UITween. All functions accept a normalised time t in [0, 1] and return a normalised progress value \(may overshoot for Back/Elastic curves\).

C#
public static class UIEasing

Inheritance System.Object → UIEasing