# BmLerp **Repository Path**: core-bell/BmLerp ## Basic Information - **Project Name**: BmLerp - **Description**: No description available - **Primary Language**: C# - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-02 - **Last Updated**: 2021-07-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # BmLerp Lerp for Unity Object Lerp函数的一些应用,无需写代码完成拼接。 目前有Transform的 位移,旋转,缩放 UI中Graphics的Color 可以将Animator放入组里和其它的属性组合 通过BmLerpGroup可以批量处理,支持Group嵌套 通过BmLerpAnimation来播放动画 # BmLerpTransform示例: ![Image text](https://github.com/corle-bell/BmLerp/blob/main/Screenshoot/transform.png) # BmLerpAnimator示例: ![Image text](https://github.com/corle-bell/BmLerp/blob/main/Screenshoot/animator.png) # BmLerpAnimation示例: ![Image text](https://github.com/corle-bell/BmLerp/blob/main/Screenshoot/QQ%E6%88%AA%E5%9B%BE20210617223442.png)