Files
Convention-Unity-Demo/Release/Convention-Unity-Demo_Data/StreamingAssets/Helper/IInteraction.h
2025-09-25 19:04:05 +08:00

85 lines
1.3 KiB
C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#include "TimelineScriptObject.h"
#define IInteraction
/*
<summary>
设置可见区间(显现)开始时间
</summary>
<param name="value"></param>
*/
#define SetVisibleDurationBegin(value)
/*
<summary>
设置可见区间(显现)结束时间
</summary>
<param name="value"></param>
*/
#define SetVisibleDurationEnd(value)
/*
<summary>
设置2级判定区间可判定但错误的开始时间
</summary>
<param name="value"></param>
*/
#define SetInteractiveDurationBegin(value)
/*
<summary>
设置2级判定区间可判定但错误的结束时间
</summary>
<param name="value"></param>
*/
#define SetInteractiveDurationEnd(value)
/*
<summary>
设置1级判定区间可判定的开始时间
</summary>
<param name="value"></param>
*/
#define SetInteractableScoreIntervalBegin(value)
/*
<summary>
设置1级判定区间可判定的结束时间
</summary>
<param name="value"></param>
*/
#define SetInteractableScoreIntervalEnd(value)
/*
<summary>
设置0级判定区间最佳判定开始时间
</summary>
<param name="value"></param>
*/
#define SetInteractableIntervalThatCanScoreBestBegin(value)
/*
<summary>
设置0级判定区间最佳判定结束时间
</summary>
<param name="value"></param>
*/
#define SetInteractableIntervalThatCanScoreBestEnd(value)