VisibilityNotifier

    Inherited By:

    Category: Core

    Detects when the node is visible on screen.

    Properties

    Signals


    • camera_exited ( Camera camera )

    Emitted when the VisibilityNotifier exits a ’s view.


    • screen_entered ( )

    Emitted when the VisibilityNotifier enters the screen.


    • screen_exited ( )

    Emitted when the VisibilityNotifier exits the screen.

    Property Descriptions

    The VisibilityNotifier’s bounding box.

    • bool is_on_screen ( ) const

    If , the bounding box 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.