修改项目根地址, 并将部分依赖于ToolFile的功能迁移至依赖Interaction以实现网络文件的获取
This commit is contained in:
15
Assets/StreamingAssets/Helper/PrefabRootObject.helper.h
Normal file
15
Assets/StreamingAssets/Helper/PrefabRootObject.helper.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#include "ScriptableObject.helper.h"
|
||||
|
||||
#define PrefabRootObject
|
||||
|
||||
/*
|
||||
|
||||
<summary>
|
||||
加载预制体作为子物体
|
||||
</summary>
|
||||
<param name="ab"></param>
|
||||
<param name="prefab"></param>
|
||||
|
||||
*/
|
||||
#define Load(ab,prefab)
|
||||
|
||||
Reference in New Issue
Block a user