ImageTilingInfo class
Information that describes how to tile an image for a given ImageRepeat enum.
Used with createTilingInfo.
- Annotations
Constructors
- ImageTilingInfo({required TileMode tmx, required TileMode tmy, required Matrix4 transform})
-
Create a new ImageTilingInfo object.
const
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- tmx → TileMode
-
The tile mode for the x-axis.
final
- tmy → TileMode
-
The tile mode for the y-axis.
final
- transform → Matrix4
-
The transform to apply to the image shader.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited