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