Function SpatialMaterial.flagsNoDepthTest

If true, depth testing is disabled and the object will be drawn in render order.

bool flagsNoDepthTest() nothrow @property @nogc;

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