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 2 months 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-13T02:28:37.000Z (over 1 year ago)
- Last Synced: 2025-04-07T20:12:39.445Z (about 2 months ago)
- Topics: animation, lerp, tween, unity, unity-3d, unity-plugin
- Language: C#
- Homepage:
- Size: 430 KB
- Stars: 1
- Watchers: 1
- 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示例:
# BmLerpAnimator示例:
# BmLerpAnimation示例:
