Part.onDrawMask

Called when the node should be drawn to a mask.

class Part
protected @nogc override
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