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