| FlagsMapper | |
|---|---|
|
|
| Type | |
| Category | Map > Mappers |
FlagsMapper
Description
Maps every cell of reference that matches the flag conditions to material.
A cell being mapped to material means that, in the output Map, that cell will contain that material.
Arguments
| Type | Name (Display Name) | Description | Default |
|---|---|---|---|
| Sample | reference (Reference) |
A grid of type Sample, which will be used as a reference for mapping. | |
| Material | material (Material) |
The GaeaMaterial used for the mapping. | null |
| bool | match_all (Match All) |
Whether or not to require matching all flags in match_flags, or only one. | false |
| Flags | match_flags (Match Flags) |
For each cell, if it has any or all of these flags (depending on match_all), it will be mapped to material. | [] |
| Flags | exclude_flags (Exclude Flags) |
For each cell, if it has any of these flags, it will always be empty. | [] |
Outputs
Map - map (Map)
The final, generated map.