bg property

Vector2 get bg

Implementation

Vector2 get bg => zy;
set bg (Vector2 arg)

Implementation

set bg(Vector2 arg) => zy = arg;