Returns visibility
| <window>.getVisible( | |
| mode = 0 |
)
mode = 0
Can be one of the following:
Visibility modes |
|
0 |
Get the visibility of the entire subwindow |
viz.SCREEN |
Get the visibility of screen objects that belong to the scene being rendered. |
viz.ORTHO |
Get the visibility of the objects added to the subwindows orthographic scene. |
This command will return whether the window is currently visible or not. If viz.SCREEN is specified for the mode parameter, the the visibility of the screen will be returned.
True/False