isVisibleInCamera abstract method

bool isVisibleInCamera(
  1. GameComponent c
)

Used to check if a component is visible in the camera.

Implementation

bool isVisibleInCamera(GameComponent c);