AllowTool.Designator_MassSelect.ThingIsRelevant C# (CSharp) Метод

ThingIsRelevant() защищенный Метод

protected ThingIsRelevant ( Thing item ) : bool
item Thing
Результат bool
		protected override bool ThingIsRelevant(Thing item) {
			return !Find.FogGrid.IsFogged(item.Position) && (mode != OperationMode.Constrained || ThingMatchesSelectionConstraints(item));
		}