GraphicsPattern class

Constructors

GraphicsPattern(RenderTextureQuad renderTextureQuad, GraphicsPatternType type, [Matrix? matrix])
GraphicsPattern.noRepeat(RenderTextureQuad renderTextureQuad, [Matrix? matrix])
GraphicsPattern.repeat(RenderTextureQuad renderTextureQuad, [Matrix? matrix])
GraphicsPattern.repeatX(RenderTextureQuad renderTextureQuad, [Matrix? matrix])
GraphicsPattern.repeatY(RenderTextureQuad renderTextureQuad, [Matrix? matrix])

Properties

hashCode int
The hash code for this object.
no setterinherited
matrix Matrix?
getter/setter pair
patternTexture RenderTexture
no setter
renderTextureQuad RenderTextureQuad
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type GraphicsPatternType
getter/setter pair

Methods

disposeCachedRenderObjects(bool patternTextureChanged) → void
getCanvasPattern(CanvasRenderingContext2D context) CanvasPattern
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited