Function SpatialMaterial.particlesAnimHFrames
The number of horizontal frames in the particle sprite sheet. Only enabled when using constant BILLBOARD_PARTICLES
. See paramsBillboardMode
.
long particlesAnimHFrames() nothrow @property @nogc;
void particlesAnimHFrames
(
long v
) nothrow @property @nogc;