Visual.drawMask

Draws this visual as a mask.

class Visual
@nogc final @nogc
void
drawMask
(
float delta
,
DrawList drawList
,
MaskingMode mode
)

Parameters

delta float

Time since the last frame.

drawList DrawList

The drawlist for the active scene.

mode MaskingMode

The masking mode to draw with.

Meta