Function SpriteBase3D.transparent

If true, the texture's transparency and the opacity are used to make those parts of the sprite invisible.

bool transparent() nothrow @property @nogc;

void transparent (
  bool v
) nothrow @property @nogc;