前言 在xlua的lua脚本中使用dotween,官方的文档中有提到可以导出,但未介绍详细的步骤,相信比较多的朋友有需要,刚好项目中也在使用xlua和dotween,所以做个笔记. 基础知识: xLua:https://github.com/Tencent/xLua dotween:http://dotween.demigiant.com/ 关于dotween的使用,可以参考我之前的文章 DOTween文档 DoTween(HOTween V2) 教程 我的测试环境: xLua 2.1.6 do…