ItemMatrixProperties class

Created by

─▄▀─▄▀ ──▀──▀ █▀▀▀▀▀█▄ █░░░░░█─█ ▀▄▄▄▄▄▀▀

Rafaelbarbosatec on 30/05/22

Constructors

ItemMatrixProperties(double value, Vector2 position, {double? valueTop, double? valueTopLeft, double? valueTopRight, double? valueBottom, double? valueBottomLeft, double? valueBottomRight, double? valueLeft, double? valueRight})

Properties

hashCode → int
The hash code for this object.
no setterinherited
isCenterTile → bool
no setter
position → Vector2
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
value → double
final
valueBottom → double?
final
valueBottomLeft → double?
final
valueBottomRight → double?
final
valueLeft → double?
final
valueRight → double?
final
valueTop → double?
final
valueTopLeft → double?
final
valueTopRight → double?
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