CanvasItem.Constants

Values

ValueMeaning
blendModeMix0
blendModeAdd1
blendModeSub2
blendModeMul3
blendModePremultAlpha4
blendModeDisabled5
notificationDraw30

The CanvasItem is requested to draw.

notificationVisibilityChanged31

The CanvasItem's visibility has changed.

notificationEnterCanvas32

The CanvasItem has entered the canvas.

notificationExitCanvas33

The CanvasItem has exited the canvas.

notificationTransformChanged2000

The CanvasItem's transform has changed. This notification is only received if enabled by setNotifyTransform or setNotifyLocalTransform.

Meta