修改项目根地址, 并将部分依赖于ToolFile的功能迁移至依赖Interaction以实现网络文件的获取
This commit is contained in:
18
Assets/StreamingAssets/Helper/TickRotation.helper.h
Normal file
18
Assets/StreamingAssets/Helper/TickRotation.helper.h
Normal file
@@ -0,0 +1,18 @@
|
||||
#include "Updatement`1.helper.h"
|
||||
|
||||
#define TickRotation
|
||||
|
||||
/*
|
||||
|
||||
<summary>
|
||||
新增
|
||||
</summary>
|
||||
<param name="time">插值时间</param>
|
||||
<param name="x">x</param>
|
||||
<param name="y">y</param>
|
||||
<param name="z">z</param>
|
||||
<param name="curveType">可取值为30种缓动曲线</param>
|
||||
|
||||
*/
|
||||
#define Add(time,x,y,z,curveType)
|
||||
|
||||
Reference in New Issue
Block a user