Object class

Constructors

Object({Vector3? position, Size? size})

Properties

from ↔ Vector2
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
position ↔ Vector3
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size Size
getter/setter pair

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