修改项目根地址, 并将部分依赖于ToolFile的功能迁移至依赖Interaction以实现网络文件的获取
This commit is contained in:
25
Assets/StreamingAssets/Helper/MaterialUpdatement.helper.h
Normal file
25
Assets/StreamingAssets/Helper/MaterialUpdatement.helper.h
Normal file
@@ -0,0 +1,25 @@
|
||||
#include "Updatement`1.helper.h"
|
||||
|
||||
#define MaterialUpdatement
|
||||
|
||||
/*
|
||||
|
||||
<summary>
|
||||
对应ab包名称,自动匹配对应平台
|
||||
</summary>
|
||||
<param name="ab"></param>
|
||||
|
||||
*/
|
||||
#define Load(ab)
|
||||
|
||||
/*
|
||||
|
||||
<summary>
|
||||
在指定时刻切换父物体上的MeshRenderer.material
|
||||
</summary>
|
||||
<param name="time"></param>
|
||||
<param name="material"></param>
|
||||
|
||||
*/
|
||||
#define Add(time,material)
|
||||
|
||||
Reference in New Issue
Block a user