public bool ShouldIgnore(Collider col) { return(LayerUtils.LayerExists(col.gameObject.layer, Ignore)); }