Function SpatialMaterial.flagsTransparent
If true, transparency is enabled on the body. See also paramsBlendMode.
bool flagsTransparent() nothrow @property @nogc;
void flagsTransparent
(
bool v
) nothrow @property @nogc;