isRenderingStatsViewEnabled method

bool isRenderingStatsViewEnabled()

Returns the status of the rendering statistics overlay.

Implementation

bool isRenderingStatsViewEnabled() {
  return _objc_msgSend_91o635(this.ref.pointer, _sel_isRenderingStatsViewEnabled);

}