Function CanvasItemMaterial.particlesAnimLoop
If true
, the particles animation will loop.
Note: This property is only used and visible in the editor if particlesAnimation
is true
.
bool particlesAnimLoop() nothrow @property @nogc;
void particlesAnimLoop
(
bool v
) nothrow @property @nogc;