Vector2Extensions.cs: This extension provides additional functionality for
Vector2
objects. It includes methods for clamping theVector2
object to a specific range, rotating it around a pivot point, and more.AnimationCurveExtensions.cs: This extension adds extra functionality to
AnimationCurve
objects. It includes methods for finding the closest time or value in the curve, getting the derivative at a specific time, and more.
Last updated