getLayerCount method

int getLayerCount()

How many layers does the project have.

Implementation

int getLayerCount() {
  return layers.length;
}