Defines at which part of the drawing pipeline the tools are drawn.
Enumerations | |
enum class | BASEDRAW_HIGHLIGHT { BEFORE_TOOLS , AFTER_TOOLS , INVERSE_Z , DRAW_AFTER_CLEAR } |
Functions | |
enum BASEDRAW_HIGHLIGHT | MAXON_ENUM_LIST (BASEDRAW_HIGHLIGHT) |
|
strong |
Enumerator | |
---|---|
BEFORE_TOOLS | Use SCENEHOOKDRAW::HIGHLIGHT_PASS_BEFORE_TOOL as draw mode for the scene hooks. |
AFTER_TOOLS | Use SCENEHOOKDRAW::HIGHLIGHT_PASS as draw mode for the scene hooks. |
INVERSE_Z | Use SCENEHOOKDRAW::HIGHLIGHT_PASS_INV as draw mode for the scene hooks. |
DRAW_AFTER_CLEAR | Use SCENEHOOKDRAW::DRAW_PASS_AFTER_CLEAR as draw mode for the scene hooks. |
enum BASEDRAW_HIGHLIGHT MAXON_ENUM_LIST | ( | BASEDRAW_HIGHLIGHT | ) |