修改项目根地址, 并将部分依赖于ToolFile的功能迁移至依赖Interaction以实现网络文件的获取
This commit is contained in:
17
Assets/StreamingAssets/Helper/ParticleJudgement.helper.h
Normal file
17
Assets/StreamingAssets/Helper/ParticleJudgement.helper.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#include "IJudgementHookObject.helper.h"
|
||||
|
||||
#define ParticleJudgement
|
||||
|
||||
/*
|
||||
|
||||
<summary>
|
||||
加载预制体作为子物体
|
||||
</summary>
|
||||
<param name="level">判定等级对应会出现的粒子效果,若没有对应的则向更低的值寻找</param>
|
||||
<param name="ab"></param>
|
||||
<param name="prefab"></param>
|
||||
<param name="duration">判定效果的持续时间</param>
|
||||
|
||||
*/
|
||||
#define Load(level,ab,prefab,duration)
|
||||
|
||||
Reference in New Issue
Block a user