checkMaxSelectionCount static method

bool checkMaxSelectionCount(
  1. TSelectionEntity entity
)

Implementation

static bool checkMaxSelectionCount(TSelectionEntity entity) {
  return entity.getLimitedRootSelectedChildCount() <
      entity.getLimitedRootMaxSelectedCount();
}