文件名称:Particles:粒子是一个有用的库,可轻松创建粒子位置
文件大小:4KB
文件格式:ZIP
更新时间:2024-05-21 02:07:50
Java
粒子 对于大多数想用自定义粒子创建自己的迷你游戏的开发人员而言,粒子是一个了不起的有用库。 当我有足够的时间时,粒子将很容易让您在将来创建粒子轨迹,甚至是球体和立方。 注意:将来,粒子可能会支持长方体和球体。 开发者 这是一个内置方法的示例,供想要使用“粒子”构建和创建跟踪的开发人员使用。 # Create a ParticleLine object with a location to build on. ParticleLine example = new ParticleLine ( location ) ; # Edit the effect for the example ParticleLine. example . setEffect ( effect ) ; # Edit the sound for the example ParticleLine. example .
【文件预览】:
Particles-master
----.gitignore(40B)
----src()
--------plugin.yml(163B)
--------nl()
--------config.yml(107B)
----README.md(1KB)