GetShapesTextureRectangle method

RectangleD GetShapesTextureRectangle()

Get texture source rectangle that is used for shapes drawing

Implementation

RectangleD GetShapesTextureRectangle() => run(
  () => _debugLabels.GetShapesTextureRectangle(),
  () => _flat.GetShapesTextureRectangle(),
);