Enum CanvasItem.Constants

enum Constants : int { ... }

Enum members

NameDescription
notificationDraw The CanvasItem is requested to draw.
notificationEnterCanvas The CanvasItem has entered the canvas.
notificationExitCanvas The CanvasItem has exited the canvas.
notificationTransformChanged The CanvasItem's transform has changed. This notification is only received if enabled by setNotifyTransform or setNotifyLocalTransform.
notificationVisibilityChanged The CanvasItem's visibility has changed.