Struct VisibilityNotifier2D

Detects when the node is visible on screen.

struct VisibilityNotifier2D ;

The VisibilityNotifier2D detects when it is visible on the screen. It also notifies when its bounding rectangle enters or exits the screen or a viewport.

Properties

NameTypeDescription
rect[get, set] Rect2The VisibilityNotifier2D's bounding rectangle.

Methods

NameDescription
getRect
isOnScreen If true, the bounding rectangle is on the screen. Note: It takes one frame for the node's visibility to be assessed once added to the scene tree, so this method will return false right after it is instantiated, even if it will be on screen in the draw pass.
setRect