changeZIndex method

void changeZIndex(
  1. int index
)

Implementation

void changeZIndex(int index) {
  zIndex = index;
}