quad property

Implementation

RenderTextureQuad get quad => RenderTextureQuad(
    this,
    Rectangle<int>(0, 0, _width, _height),
    Rectangle<int>(0, 0, _width, _height),
    0,
    1.0);