physicalEntityRemoved method

void physicalEntityRemoved(
  1. PhysicalEntity<LeapGame> entity
)

Implementation

void physicalEntityRemoved(PhysicalEntity entity) {
  _physicals.remove(entity);
}