VisualServerSingleton.renderLoopEnabled

If false, disables rendering completely, but the engine logic is still being processed. You can call forceDraw to draw a frame even with rendering disabled.

  1. bool renderLoopEnabled [@property getter]
    struct VisualServerSingleton
    @nogc nothrow @property
    bool
    renderLoopEnabled
    ()
  2. bool renderLoopEnabled [@property setter]

Meta