Function SpatialMaterial.particlesAnimLoop
If true, particle animations are looped. Only enabled when using constant BILLBOARD_PARTICLES. See paramsBillboardMode.
bool particlesAnimLoop() nothrow @property @nogc;
void particlesAnimLoop
(
bool v
) nothrow @property @nogc;