Location
Source
Vector2 get location => _location;
Sets new location
Source
set location(Vector2 location) { this._location = location; this._moveEvent.add(_location); }
Location
Vector2 get location => _location;
Sets new location
set location(Vector2 location) { this._location = location; this._moveEvent.add(_location); }