GraphicsPattern.repeatX constructor

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

Implementation

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