TextureAtom class
Constructors
- TextureAtom(double tx1, double ty1, double tx2, double ty2, String textureName, int tl, int th, {int ix1 = 0, int iy1 = 0, int ix2 = 0, int iy2 = 0, int len = 1, int hgt = 1})
-
TextureAtom.fromJson(Map<
String, dynamic> json) -
factory
- TextureAtom.int(int x1, int y1, int x2, int y2, String textureName, int tl, int th)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- hgt → int
-
final
- ix1 → int
-
final
- ix2 → int
-
final
- iy1 → int
-
final
- iy2 → int
-
final
- len → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- textureName → String
-
final
- th → int
-
final
- tl → int
-
final
- tx1 → double
-
final
- tx2 → double
-
final
- ty1 → double
-
final
- ty2 → double
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited