修改项目根地址, 并将部分依赖于ToolFile的功能迁移至依赖Interaction以实现网络文件的获取
This commit is contained in:
23
Assets/StreamingAssets/Helper/IEffectHookObject.helper.h
Normal file
23
Assets/StreamingAssets/Helper/IEffectHookObject.helper.h
Normal file
@@ -0,0 +1,23 @@
|
||||
#include "ScriptableObject.helper.h"
|
||||
|
||||
#define IEffectHookObject
|
||||
|
||||
/*
|
||||
|
||||
<summary>
|
||||
绑定IInteraction对象,若不手动绑定则会自动绑定到父物体的IInteraction
|
||||
</summary>
|
||||
|
||||
*/
|
||||
#define Bind(path)
|
||||
|
||||
/*
|
||||
|
||||
<summary>
|
||||
设置监听状态,当目标进入指定监听的状态时触发启动事件,退出时触发结束事件
|
||||
</summary>
|
||||
<param name="type">VisibleDuration,InteractiveDuration,InteractableScoreInterval,InteractableIntervalThatCanScoreBest</param>
|
||||
|
||||
*/
|
||||
#define SetInteractiveEffectType(type)
|
||||
|
||||
Reference in New Issue
Block a user