修改项目根地址, 并将部分依赖于ToolFile的功能迁移至依赖Interaction以实现网络文件的获取
This commit is contained in:
13
Assets/StreamingAssets/Helper/IJudgementHookObject.helper.h
Normal file
13
Assets/StreamingAssets/Helper/IJudgementHookObject.helper.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#include "ScriptableObject.helper.h"
|
||||
|
||||
#define IJudgementHookObject
|
||||
|
||||
/*
|
||||
|
||||
<summary>
|
||||
绑定IInteraction对象,若不手动绑定则会自动绑定到父物体的IInteraction
|
||||
</summary>
|
||||
|
||||
*/
|
||||
#define Bind(path)
|
||||
|
||||
Reference in New Issue
Block a user