size property

void size=(Vector2 size)

Implementation

set size(Vector2 size) {
  _size = position;
  _dirty = true;
}