VisualServerSingleton.canvasItemAddParticles

Adds a particles system to the CanvasItem's draw commands.

struct VisualServerSingleton
@nogc nothrow
void
canvasItemAddParticles
(
in RID item
,
in RID particles
,
in RID texture
,
in RID normal_map
,
in long h_frames
,
in long v_frames
)

Meta