Get Visibility
Use Get Visibility to get the visibility of a Scene Object. Get Visibility is in the Utility category.
Input
Name | Data Type | Description |
---|---|---|
Target | Scene Object | The Scene Object to get the visibility status for. |
Output
Name | Data Type | Description |
---|---|---|
Visibility | Boolean | The visibility status. True for visible, false for invisible. |
Example
Get the visibility state of the sphere to set the visibility of the cube. If the sphere is visible, then the cube will be invisible and visa versa.