标签: ios xcode swift sprite-kit skemitternode
如何将粒子发射器设置为生成形状(实体形状/核心图形?),而不是纹理图像(png)?
在文档Manipulating the Particle Emitter中,看起来只能设置纹理图像。
答案 0 :(得分:1)
只能使用SKTexture,但这并不能阻止您使用SKShapeNode创建形状,然后通过{{1}创建该形状的SKTexture方法SKView。
SKTexture
SKShapeNode
SKView