Function SpatialMaterial.paramsUseAlphaScissor

If true, the shader will discard all pixels that have an alpha value less than paramsAlphaScissorThreshold.

bool paramsUseAlphaScissor() nothrow @property @nogc;

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