Esempio n. 1
0
 public override bool Evaluate(TerrainCell cell)
 {
     return(cell.GetLayerValue(_layerId) >= MinValue);
 }