TextureAtom class
Constructors
- TextureAtom(double tx1, double ty1, double tx2, double ty2, String textureName, int fps, int frames, int tl, int th)
-
TextureAtom.fromJson(Map<
String, dynamic> json) -
factory
- TextureAtom.int(int x1, int y1, int x2, int y2, String textureName, int tl, int th)
- TextureAtom.ltwh(int x, int y, int len, int hgt, String textureName, int tl, int th)
Properties
- fps ↔ int
-
getter/setter pair
- frames ↔ int
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- hgt ↔ int
-
getter/setter pair
- ix1 ↔ int
-
getter/setter pair
- ix2 ↔ int
-
getter/setter pair
- iy1 ↔ int
-
getter/setter pair
- iy2 ↔ int
-
getter/setter pair
- len ↔ int
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- textureName ↔ String
-
getter/setter pair
- th ↔ int
-
latefinal
- tl ↔ int
-
latefinal
- tx1 ↔ double
-
getter/setter pair
- tx2 ↔ double
-
getter/setter pair
- ty1 ↔ double
-
getter/setter pair
- ty2 ↔ double
-
getter/setter pair
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
Static Properties
- aniCounter ↔ double
-
getter/setter pair