修改项目根地址, 并将部分依赖于ToolFile的功能迁移至依赖Interaction以实现网络文件的获取

This commit is contained in:
2025-09-29 16:38:09 +08:00
parent 557a08d51b
commit 6c3d5934dc
86 changed files with 1184 additions and 48 deletions

View File

@@ -0,0 +1,23 @@
#include "ScriptableObject.helper.h"
#define IEffectHookObject
/*
<summary>
绑定IInteraction对象若不手动绑定则会自动绑定到父物体的IInteraction
</summary>
*/
#define Bind(path)
/*
<summary>
设置监听状态,当目标进入指定监听的状态时触发启动事件,退出时触发结束事件
</summary>
<param name="type">VisibleDurationInteractiveDurationInteractableScoreIntervalInteractableIntervalThatCanScoreBest</param>
*/
#define SetInteractiveEffectType(type)