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