24 lines
517 B
C
24 lines
517 B
C
|
|
#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)
|
|||
|
|
|