pushShadow method

void pushShadow(
  1. Light shadowLight
)

Implementation

void pushShadow(Light shadowLight) {
  shadowsArray.add(shadowLight);
}