checkIfInBound

fun checkIfInBound(itemMap: ItemStateMap, checkInBound: () -> Boolean)

判断item是否在所需范围内,返回true,则添加该item到map,返回false则移除

Parameters

checkInBound

Function0