Function Viewport.disable3d

If true, the viewport will disable 3D rendering. For actual disabling use usage.

bool disable3d() nothrow @property @nogc;

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