Object class
Properties
Methods
-
move(
int x, int y) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resetPosition(
) → void -
savePosition(
) → void -
scale(
int x, int y) → void -
scaleMouse(
Vector2 to, [double sensitivity = 1.0]) → void -
toString(
) → String -
A string representation of this object.
inherited
-
updatePosition(
Vector2 to, [double sensitivity = 1.0]) → void -
updatePositionStart(
Vector2 to) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited