isVisibleReduction property

bool isVisibleReduction

Implementation

bool get isVisibleReduction {
  if (hasGameRef) {
    return gameRef.camera.cameraRect.overlapComponent(this);
  }
  return false;
}