addVisible method

void addVisible(
  1. GameComponent obj
)

Implementation

void addVisible(GameComponent obj) {
  _visibleComponents.add(obj);
}