dirty method

void dirty()

Inform the bound UserInterface that this Layer needs to be rendered during the next UserInterface.render call.

Implementation

void dirty() {
  if (isBound) ui.dirty();
}