get static method

SelectBoxOverlayEntry get(
  1. int index
)

get spesific data overlay

Implementation

static SelectBoxOverlayEntry get(int index) {
  return overlays[index];
}