修改项目根地址, 并将部分依赖于ToolFile的功能迁移至依赖Interaction以实现网络文件的获取
This commit is contained in:
14
Assets/StreamingAssets/Helper/SplineHeadObject.helper.h
Normal file
14
Assets/StreamingAssets/Helper/SplineHeadObject.helper.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#include "BasicSplineJustFollow.helper.h"
|
||||
|
||||
#define SplineHeadObject
|
||||
|
||||
/*
|
||||
|
||||
<summary>
|
||||
设置为仅跟随,将会被动的跟随spline运动,
|
||||
这在多个脚本都绑定在同一个spline计算核心上时非常有用
|
||||
</summary>
|
||||
|
||||
*/
|
||||
#define JustFollow()
|
||||
|
||||
Reference in New Issue
Block a user