Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/corle-bell/bmlerp

Lerp for Unity Object
https://github.com/corle-bell/bmlerp

animation lerp tween unity unity-3d unity-plugin

Last synced: about 1 month ago
JSON representation

Lerp for Unity Object

Awesome Lists containing this project

README

        

# BmLerp
Lerp for Unity Object

Lerp函数的一些应用,无需写代码完成拼接。

目前有Transform的 位移,旋转,缩放

UI中Graphics的Color

可以将Animator放入组里和其它的属性组合

通过BmLerpGroup可以批量处理,支持Group嵌套

通过BmLerpAnimation来播放动画

增加了对TimeLine的支持

# 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)