Quad height in world units (before the node transform).
double get height => _height;
set height(double value) { _height = value; _refresh(); }