isSelected method

bool isSelected(
  1. VEntity ent
)

Implementation

bool isSelected(VEntity ent) => selection.value.contains(ent);