GraphicsPattern.repeat constructor

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

Implementation

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