GraphicsPattern constructor

GraphicsPattern(
  1. RenderTextureQuad renderTextureQuad,
  2. GraphicsPatternType type, [
  3. Matrix? matrix
])

Implementation

GraphicsPattern(RenderTextureQuad renderTextureQuad, GraphicsPatternType type,
    [this.matrix])
    : _renderTextureQuad = renderTextureQuad,
      _type = type;