Files
netease-modsdk-wiki/docs/mconline/90-知识库获奖教程/7-美术资源/2-给予投掷物碰撞时的粒子效果.md
boybook 760c2dd9ad 2.6
2025-12-01 20:59:16 +08:00

43 lines
700 B
Markdown
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.
# 给予投掷物碰撞时的粒子效果
> 本篇教程获得第一期知识库优秀教程奖。
>
> 获奖作者:橘子气泡水。
**效果图**
![img](./images/2_0.png)
**效果视频**
<iframe frameborder="0" height="600" width="800" allowfullscreen="allowfullscreen" src="http://cc.163.com/v/core/externplayer/63e39d9db6be4c86431f9090/"/>
目标:在子弹爆炸时添加粒子效果。
需求:粒子效果。
## 过程
首先通过打开Snowstorm然后我们需要一个闪电炸开的效果。
![img](./images/2_1.png)
接着在服务端监听投掷物碰撞事件。
![img](./images/2_2.png)
最后在客户端创建原版粒子。
![img](./images/2_3.png)