debug property

bool debug

Implementation

bool get debug {
  return this._debug;
}
void debug=(bool d)

Implementation

set debug(bool d) {
  this._debug = d;
  if (d && this.type == "ZKNode") {
    this.oriWidth = 20.0;
    this.oriHeight = 20.0;
  }
}