Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/corle-bell/bmlerp
- Owner: corle-bell
- License: mit
- Created: 2021-06-17T14:25:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-13T02:28:37.000Z (about 1 year ago)
- Last Synced: 2024-11-10T13:52:13.167Z (3 months ago)
- Topics: animation, lerp, tween, unity, unity-3d, unity-plugin
- Language: C#
- Homepage:
- Size: 430 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BmLerp
Lerp for Unity ObjectLerp函数的一些应用,无需写代码完成拼接。
目前有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)