Skip to content

Instantly share code, notes, and snippets.

View LeonFretter's full-sized avatar

Leon Fretter LeonFretter

  • Freiburg im Breisgau, Baden-Württemberg
View GitHub Profile
@lihaochen910
lihaochen910 / EaseUtils.cs
Created October 23, 2019 02:48
Useful Ease Function for Unity GameDev.
using UnityEngine;
public class EaseUtils
{
public enum EaseType
{
easeInQuad,
easeOutQuad,
easeInOutQuad,
easeInCubic,