GraphicsPattern.repeatY constructor

GraphicsPattern.repeatY(
  1. RenderTextureQuad renderTextureQuad,
  2. [Matrix? matrix]
)

Implementation

GraphicsPattern.repeatY(RenderTextureQuad renderTextureQuad, [Matrix? matrix])
    : this(renderTextureQuad, GraphicsPatternType.RepeatY, matrix);