visibleAtPosition method

  1. @override
bool visibleAtPosition(
  1. Vector2 screenLocation
)
override

Implementation

@override
bool visibleAtPosition(Vector2 screenLocation) {
  return true; //TODO
}