修改项目根地址, 并将部分依赖于ToolFile的功能迁移至依赖Interaction以实现网络文件的获取
This commit is contained in:
24
Assets/StreamingAssets/Helper/LookAtAnchor.helper.h
Normal file
24
Assets/StreamingAssets/Helper/LookAtAnchor.helper.h
Normal file
@@ -0,0 +1,24 @@
|
||||
#include "Updatement`1.helper.h"
|
||||
|
||||
#define LookAtAnchor
|
||||
|
||||
/*
|
||||
|
||||
<summary>
|
||||
在指定时刻切换面向的物体,并尝试一次更新
|
||||
</summary>
|
||||
<param name="time"></param>
|
||||
<param name="target"></param>
|
||||
|
||||
*/
|
||||
#define Add(time,target)
|
||||
|
||||
/*
|
||||
|
||||
<summary>
|
||||
启动自动更新,将持续锁定面向的物体并更新
|
||||
</summary>
|
||||
|
||||
*/
|
||||
#define EnableUpdateEveryTick()
|
||||
|
||||
Reference in New Issue
Block a user