isRectOnCamera method

bool isRectOnCamera(
  1. Rect c
)

Implementation

bool isRectOnCamera(Rect c) => (this as BonfireCamera).isRectOnCamera(c);