Visual.onDrawMask

Called when the node should be drawn to a mask.

class Visual
protected @nogc
void
onDrawMask
(
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