Block class
This is just a pair of <int, int>.
Represents a position in a matrix, or in this case, on the tilemap.
- Annotations
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
-
toVector2(
) → Vector2
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override