LibrarianLib

LibrarianLib

18M Downloads

Split out Layer as a rendering-only superclass of Component

thecodewarrior opened this issue ยท 0 comments

commented

The layer will handle:

  • transforms (pos/rot/scale)
  • dimensions
  • drawing (draw(), the current draw method will become internal and be renamed to something like drawThisAndChildren)
  • clipping
  • parent-child relationships
  • any events relating to the above responsibilities