FIELDOBJECT_FLAG

Detailed Description

Enumerations

enum class  FIELDOBJECT_FLAG {
  NONE ,
  INLINE ,
  GENERATINGCOLOR ,
  PRESERVEALPHA ,
  SKIP ,
  ERRORSKIP
}
 

Functions

enum FIELDOBJECT_FLAG MAXON_ENUM_FLAGS (FIELDOBJECT_FLAG)
 

Enumeration Type Documentation

◆ FIELDOBJECT_FLAG

enum FIELDOBJECT_FLAG
strong
Enumerator
NONE 

No flags.

INLINE 

Field calculates using the current values of the field stack.

GENERATINGCOLOR 

The Field is currently outputting color.

PRESERVEALPHA 

The Field doesn't modify alpha, any color it produces is directly applied to the existing color ignoring the alpha blending.

SKIP 

The Field should be skipped.

ERRORSKIP 

The Field is currently experiencing an error.

Function Documentation

◆ MAXON_ENUM_FLAGS()

enum FIELDOBJECT_FLAG MAXON_ENUM_FLAGS ( FIELDOBJECT_FLAG  )