isVisibleInCamera method
Method that checks if this component is visible on the screen
Implementation
@mustCallSuper
bool isVisibleInCamera() {
return hasGameRef ? gameRef.isVisibleInCamera(this) : false;
}
Method that checks if this component is visible on the screen
@mustCallSuper
bool isVisibleInCamera() {
return hasGameRef ? gameRef.isVisibleInCamera(this) : false;
}