Function SpriteBase3D.pixelSize

The size of one pixel's width on the sprite to scale it in 3D.

double pixelSize() nothrow @property @nogc;

void pixelSize (
  double v
) nothrow @property @nogc;