BASEDRAW_HIGHLIGHT

Detailed Description

Defines at which part of the drawing pipeline the tools are drawn.

Since
R19

Enumerations

enum class  BASEDRAW_HIGHLIGHT {
  BEFORE_TOOLS ,
  AFTER_TOOLS ,
  INVERSE_Z ,
  DRAW_AFTER_CLEAR
}
 

Functions

enum BASEDRAW_HIGHLIGHT MAXON_ENUM_LIST (BASEDRAW_HIGHLIGHT)
 

Enumeration Type Documentation

◆ BASEDRAW_HIGHLIGHT

enum 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.

Function Documentation

◆ MAXON_ENUM_LIST()

enum BASEDRAW_HIGHLIGHT MAXON_ENUM_LIST ( BASEDRAW_HIGHLIGHT  )