VisibilityNotifier2D

    Inherited By:

    Category: Core

    Detects when the node is visible on screen.

    Properties

    Signals


    • screen_exited ( )

    Emitted when the VisibilityNotifier2D exits the screen.


    Emitted when the VisibilityNotifier2D enters a ’s view.


    Emitted when the VisibilityNotifier2D exits a ’s view.

    Property Descriptions

    The VisibilityNotifier2D’s bounding rectangle.

    • bool is_on_screen ( ) const

    If , 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.