VisibilityNotifier¶
Inherits: Spatial < Node < Object
Inherited By: VisibilityEnabler
Category: Core
Brief Description¶
Detect when the node is visible on screen.
Signals¶
- enter_camera ( Object camera )
Emitted when the VisibilityNotifier enters a Camera’s view.
- enter_screen ( )
Emitted when the VisibilityNotifier enters the screen.
- exit_camera ( Object camera )
Emitted when the VisibilityNotifier exits a Camera’s view.
- exit_screen ( )
Emitted when the VisibilityNotifier exits the screen.
Description¶
The VisibilityNotifier is used to notify when its bounding box enters the screen, is visible on the screen, or when it exits the screen.