FieldLayer status values for execution and display.
- See also
- FieldLayer::GetLayerFlags
◆ FIELDLAYER_FLAG
| Enumerator |
|---|
| NONE | Default state.
|
| SKIP | Layer calculation is disabled, e.g. the linked object on a standard layer's deform mode is false.
|
| HIDE | Layer should be completely ignored from both calculation and GUI display, e.g. the linked object has been deleted.
|
| MODIFYDATA | The layer modifies existing data and needs the values from layers beneath it in the layerlist in the "results" array inside of Sample.
|
| PRESERVEALPHA | The layer doesn't adjust the existing alpha and it's color changes should be applied ignoring any alpha values.
|
| NOCHILDVALUE | Children of this layer wont output their value.
|
| NOCHILDCOLOR | Children of this layer wont output their color.
|
| NOCHILDDIRECTION | Children of this layer wont output their direction.
|
| TEMPORARY | Don't save this layer with the list or duplicate it (outside of undo)
|
| NOCHILDROTATION | Children of this layer wont output their direction.
|
◆ MAXON_ENUM_FLAGS()